2020-02-26 11:11:21 +01:00
|
|
|
#!/bin/bash
|
2020-03-05 03:11:46 +01:00
|
|
|
|
2020-03-08 18:05:34 +01:00
|
|
|
rm /var/www/strassenkind.ip/*.conf
|
|
|
|
rm /var/www/strassenkind.ip/index.php
|
|
|
|
rm /var/www/strassenkind.ip/style.css
|
2020-03-05 04:19:08 +01:00
|
|
|
|
2020-03-02 14:38:39 +01:00
|
|
|
# leave this here for whenever this script is altered to be empty
|
2020-02-26 12:08:36 +01:00
|
|
|
exit 0
|