git.p6c8.net
/
jirafeau_mojo42.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Translated using Weblate (German)
[jirafeau_mojo42.git]
/
docker
/
cleanup
1
#!/bin/sh -e
2
3
while
true
4
do
5
php
/
www
/
admin.php clean_expired
6
php
/
www
/
admin.php clean_async
7
# wait 24 hours
8
sleep
86400
9
done
patrick-canterino.de