summaryrefslogtreecommitdiff
path: root/fix-config
diff options
context:
space:
mode:
Diffstat (limited to 'fix-config')
-rwxr-xr-xfix-config4
1 files changed, 4 insertions, 0 deletions
diff --git a/fix-config b/fix-config
new file mode 100755
index 0000000..7ca6524
--- /dev/null
+++ b/fix-config
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+sed 's:^TEMPLATE_DIRS *=.*:TEMPLATE_DIRS = ["'$1'"]:' |
+sed 's:^DOTDIR *=.*:DOTDIR = os.path.expanduser("~/.enemies-of-carlotta"):'