mirror of
https://github.com/notwa/rc
synced 2024-11-05 18:39:02 -08:00
fix(?) minutemaid example
This commit is contained in:
parent
5090144f9b
commit
ec610f804d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue