diff options
Diffstat (limited to 'dev-vcs/git-srht/files/git.sr.ht.cron')
-rw-r--r-- | dev-vcs/git-srht/files/git.sr.ht.cron | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-vcs/git-srht/files/git.sr.ht.cron b/dev-vcs/git-srht/files/git.sr.ht.cron new file mode 100644 index 0000000..06c8477 --- /dev/null +++ b/dev-vcs/git-srht/files/git.sr.ht.cron @@ -0,0 +1,4 @@ +#!/bin/sh + +su - srht -s /bin/sh -c /usr/bin/gitsrht-periodic +exit $? |