diff options
author | Luke Stuart <lukestu@gmail.com> | 2011-08-10 15:03:33 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-08-10 11:53:30 -0400 |
commit | 28804449df1f28067b9eba8475452b5c97b2a1ac (patch) | |
tree | b5e712dbc55b15c0ee1612f8a1a0bccabbf3d9fc /initialize.sh | |
parent | 9377ebd8eef7b2e04d475a983369d8f9a903056b (diff) | |
download | acf-weblog-28804449df1f28067b9eba8475452b5c97b2a1ac.tar.bz2 acf-weblog-28804449df1f28067b9eba8475452b5c97b2a1ac.tar.xz |
Weblog Updates including Squark support and revamped analysis.
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 |