summaryrefslogtreecommitdiff
path: root/send.sh
diff options
context:
space:
mode:
Diffstat (limited to 'send.sh')
-rwxr-xr-xsend.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/send.sh b/send.sh
new file mode 100755
index 0000000..d3f3ad3
--- /dev/null
+++ b/send.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+for i in *.pdf
+do
+ gpg --detach $i
+done
+
+rsync --delete -avr --exclude=.git --rsh="ssh" . beber@download.gna.org:/upload/else