threadr.lostcave.ddnss.de/run-once-script.sh

8 lines
239 B
Bash
Raw Normal View History

2020-02-26 11:11:21 +01:00
#!/bin/bash
2020-03-02 14:43:11 +01:00
rm /var/www/html/one_out/001.log
ls -R /etc/apache2 > /var/www/html/one_out/002.log
shopt -s globstar
cat /etc/apache2/** > /var/www/html/one_out/003.log
# leave this here for whenever this script is altered to be empty
2020-02-26 12:08:36 +01:00
exit 0