aboutsummaryrefslogtreecommitdiff
path: root/dev-vcs/git-srht/files/git.sr.ht.cron
blob: 9d92e09401ac9435e43811716286ee4f3a2e621f (plain)
1
2
3
4
#!/bin/sh

su - git-srht -s /bin/sh -c /usr/bin/gitsrht-periodic
exit $?