upload-cgi.sh 145 B

12345678
  1. #!/bin/sh
  2. if [ "$1" == "" ]; then
  3. echo "ERROR: expecting destination address"
  4. exit 1
  5. fi
  6. rsync -va scripts/www/cgi-bin/ root@$1:/www/cgi-bin/