1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 10:53:23 -07:00

fix(?) minutemaid example

This commit is contained in:
Connor Olding 2016-06-27 06:02:46 -07:00
parent 5090144f9b
commit ec610f804d

View File

@ -1,6 +1,6 @@
#!/bin/zsh
# crontab usage:
#* * * * * minutemaid 9 cd repo; git pull # runs every nine minutes
#* * * * * minutemaid 9 cd repo && git pull # runs every nine minutes
local offset=0 opt=
while getopts 'o:h' opt; do