Skip to content
Snippets Groups Projects
Commit 1a1b0fc6 authored by Recolic K's avatar Recolic K
Browse files

update

parent beee6229
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/fish
while true
# git.recolic.net and gitsync located on the same machine. If the machine is rebooted, this script will fail and retry again and again.
# sleep 60 to avoid deadly crazy retry loop
sleep 60
fish ./gitlab2github_sync.fish
echo "Sleeping 3600s..." 1>&2
sleep 3600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment