delete old releases

This commit is contained in:
Q
2025-11-06 22:10:09 +02:00
parent 4cc86da8f4
commit 1d111aea44

View File

@@ -21,4 +21,7 @@ ln -sfT q-tools.$version.tar.gz ~/www/static/six9.net/software/q-tools/current.
echo $version > ~/www/static/six9.net/software/q-tools/current.txt
cd ~/www/static/six9.net/software/q-tools/
rm -r ~/tmp/q-tools-release-$$
for e in q-tools*; do
if [[ $( file-age $e d ) -gt 365 ]]; then rm "$e"; fi;
done
SimpleWebPage