Skip to content
Snippets Groups Projects
gitlab2github_daemon.fish 117 B
Newer Older
Bensong Liu's avatar
Bensong Liu committed
#!/usr/bin/fish

while true
    fish ./gitlab2github_sync.fish
    echo "Sleeping 3600s..." 1>&2
    sleep 3600
end