You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mirror/bin/zfssync

10 lines
153 B

#!/bin/bash
if [ $# -ne 1 ]; then
echo 'Usage: project' 1>&2
exit 1
fi
exec 200>/tmp/$1.lock
flock 200 || exit 1
sudo /usr/local/bin/zfssync.py $1