diff options
Diffstat (limited to 'set-root-dir.sh')
-rwxr-xr-x | set-root-dir.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/set-root-dir.sh b/set-root-dir.sh new file mode 100755 index 0000000..35be69f --- /dev/null +++ b/set-root-dir.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +sed -i 's!rootdir = "/"!rootdir = "'"$(pwd)"'"!' *.py |