aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xshare5
1 files changed, 4 insertions, 1 deletions
diff --git a/share b/share
index e9cc7f2..ec9955f 100755
--- a/share
+++ b/share
@@ -2,4 +2,7 @@
2 2
3# One-liner to upload stuff to my webserver 3# One-liner to upload stuff to my webserver
4 4
5scp $@ tronto.net:/var/www/htdocs/share.tronto.net/ 5url=tronto.net:/var/www/htdocs/share.tronto.net
6
7scp $@ $url/
8for i in $@; do echo "$url/$i"; done

Generated with cgit - Back to sebastiano.tronto.net