1 2 3 4 5 6 7 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