snap.shell (197B)
1 #!/bin/sh 2 # only when used locally 3 if test "$1" != rsync; then 4 shift 5 fi 6 7 if test "$1" != rsync; then 8 echo >&2 'invalid argument' 9 exit 1 10 fi 11 12 exec rsync --server --daemon --log-file=/dev/stderr .
snaprepgit mirror of https://ccx.te2000.cz/bzr/snaprep | |
| git clone https://ccx.te2000.cz/git/snaprep | |
| Log | Files | Refs |