Initial commit.

This commit is contained in:
2019-12-02 00:38:51 -07:00
commit 4c951975e5
5 changed files with 55 additions and 0 deletions

4
make-recentlyupdated-html.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
/usr/share/nginx/bin/findmod.sh > /usr/share/nginx/html/tilde.24h.php.tmp
ln -f /usr/share/nginx/html/tilde.24h.php.tmp /usr/share/nginx/html/tilde.24h.php
rm /usr/share/nginx/html/tilde.24h.php.tmp