aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-06-10 20:47:19 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-06-10 20:47:19 +0200
commit74f76553962286b38e2ec66a4603fac769a61bb5 (patch)
tree333585ad6da24d7100740401d6a881aa6e47ac23
parent6661b1080f8858158f52700c4dec4de0c1bf978b (diff)
downloadscripts-74f76553962286b38e2ec66a4603fac769a61bb5.tar.gz
scripts-74f76553962286b38e2ec66a4603fac769a61bb5.zip
Fixed spaces
Diffstat (limited to '')
-rwxr-xr-xtranslate3
1 files changed, 2 insertions, 1 deletions
diff --git a/translate b/translate
index 9415158..9894e83 100755
--- a/translate
+++ b/translate
@@ -7,4 +7,5 @@ from=$1
7to=$2 7to=$2
8 8
9shift 2 9shift 2
10open-url "${translator}?sl=${from}&tl=${to}&text=$@&op=translate" 10text=$(echo $@ | sed 's/ /\%20/g')
11open-url "${translator}?sl=${from}&tl=${to}&text=${text}&op=translate"

Generated with cgit - Back to sebastiano.tronto.net