aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-09-16 17:10:49 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-09-16 17:10:49 +0200
commitdc364c9621af2be9a4bf12c0060ff5b106de58f6 (patch)
treefb7f6862cd72417e516af4183cbbb21722d15be6
parentca2118d0324b30f168a93e8c525ac4fcdd056810 (diff)
downloadscripts-dc364c9621af2be9a4bf12c0060ff5b106de58f6.tar.gz
scripts-dc364c9621af2be9a4bf12c0060ff5b106de58f6.zip
Added share
-rw-r--r--Makefile1
-rwxr-xr-xshare5
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00d536f..46f55e2 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ SCRIPTS = addressgrep \
28 secret \ 28 secret \
29 sel \ 29 sel \
30 sfeed-browser \ 30 sfeed-browser \
31 share \
31 spawn \ 32 spawn \
32 status \ 33 status \
33 templess \ 34 templess \
diff --git a/share b/share
new file mode 100755
index 0000000..e9cc7f2
--- /dev/null
+++ b/share
@@ -0,0 +1,5 @@
1#!/bin/sh
2
3# One-liner to upload stuff to my webserver
4
5scp $@ tronto.net:/var/www/htdocs/share.tronto.net/

Generated with cgit - Back to sebastiano.tronto.net