diff options
Diffstat (limited to 'initialize.sh')
-rwxr-xr-x | initialize.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/initialize.sh b/initialize.sh new file mode 100755 index 0000000..a67e90e --- /dev/null +++ b/initialize.sh @@ -0,0 +1,5 @@ +#!/bin/bash +mkdir /etc/weblog +touch /etc/weblog/goodwords +touch /etc/weblog/badwords +touch /etc/weblog/ignorewords |