mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -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
|
#!/bin/zsh
|
||||||
# crontab usage:
|
# 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=
|
local offset=0 opt=
|
||||||
while getopts 'o:h' opt; do
|
while getopts 'o:h' opt; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue