diff options
| author | dvs1 | 2025-02-23 11:39:34 +1000 |
|---|---|---|
| committer | dvs1 | 2025-02-23 11:39:34 +1000 |
| commit | 25e827eda8b0eb067d9a54b64e1ad588bc634bca (patch) | |
| tree | 282f3eebd11705fa99b376173046480654a2beab | |
| parent | Clean up the temporary directory clean up. (diff) | |
| download | notYetAnotherWiki-25e827eda8b0eb067d9a54b64e1ad588bc634bca.zip notYetAnotherWiki-25e827eda8b0eb067d9a54b64e1ad588bc634bca.tar.gz notYetAnotherWiki-25e827eda8b0eb067d9a54b64e1ad588bc634bca.tar.bz2 notYetAnotherWiki-25e827eda8b0eb067d9a54b64e1ad588bc634bca.tar.xz | |
Forgot to include these files.
| -rwxr-xr-x | SuckItCron | 4 | ||||
| -rw-r--r-- | empty.md | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/SuckItCron b/SuckItCron new file mode 100755 index 0000000..e817948 --- /dev/null +++ b/SuckItCron | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | cd /opt/notYetAnotherWiki | ||
| 4 | ./SuckIt >/dev/null 2>&1 | ||
diff --git a/empty.md b/empty.md new file mode 100644 index 0000000..b68450f --- /dev/null +++ b/empty.md | |||
| @@ -0,0 +1 @@ | |||
| Nothing to see here, yet. | |||
