this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Continue rapport

+7
+7
autopush.fish
··· 1 + while true 2 + git add rapport/*.typ rapport/main.pdf bib.yaml *.fish 3 + git commit --quiet -m "Continue rapport" 4 + git push --quiet --force 5 + echo Pushed at (date) 6 + sleep (math "60 * 30") 7 + end