aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-09-16 19:09:59 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-09-16 19:09:59 +0200
commitb4a67e2cf9271d22d77ff935a9295479ce153c33 (patch)
treef613f443dc7edd91933f26e88f8706788d08dd46
parentcafb3dc92250531877ae5134e64d53ad739ff5b1 (diff)
downloadscripts-b4a67e2cf9271d22d77ff935a9295479ce153c33.tar.gz
scripts-b4a67e2cf9271d22d77ff935a9295479ce153c33.zip
Fixed link echo
Diffstat (limited to '')
-rwxr-xr-xshare2
1 files changed, 1 insertions, 1 deletions
diff --git a/share b/share
index ec9955f..51126e7 100755
--- a/share
+++ b/share
@@ -5,4 +5,4 @@
5url=tronto.net:/var/www/htdocs/share.tronto.net 5url=tronto.net:/var/www/htdocs/share.tronto.net
6 6
7scp $@ $url/ 7scp $@ $url/
8for i in $@; do echo "$url/$i"; done 8for i in $@; do echo "https://share.tronto.net/$i"; done

Generated with cgit - Back to sebastiano.tronto.net