From 8404f453f7312d5eabc0d0434c38c0549705f571 Mon Sep 17 00:00:00 2001 From: Derf Null Date: Mon, 24 Apr 2023 15:00:25 +0200 Subject: add set-root-dir helper --- set-root-dir.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 set-root-dir.sh (limited to 'set-root-dir.sh') 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 -- cgit v1.2.3