fix indent

pull/41/head
gotbletu 3 years ago
parent b558ad23be
commit a6a71e3722

@ -8,8 +8,8 @@
set -o vi
while true
do
read -rep ">>> Translate English to Spanish: " INPUT
history -s "$INPUT"
trans en:es "$INPUT"
printf "\n"
read -rep ">>> Translate English to Spanish: " INPUT
history -s "$INPUT"
trans en:es "$INPUT"
printf "\n"
done

@ -8,9 +8,9 @@
set -o vi
while true
do
read -rep ">>> Translate Text: " INPUT
history -s "$INPUT"
trans "$INPUT"
printf "\n"
read -rep ">>> Translate Text: " INPUT
history -s "$INPUT"
trans "$INPUT"
printf "\n"
done

@ -9,8 +9,8 @@
set -o vi
while true
do
read -rep "Ask Google A Question: " INPUT
history -s "$INPUT"
tuxi -r "$INPUT"
printf "\n"
read -rep ">>> Ask Google A Question: " INPUT
history -s "$INPUT"
tuxi -r "$INPUT"
printf "\n"
done

Loading…
Cancel
Save