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

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