diff options
Diffstat (limited to 'tools/ci/uncomment.sh')
-rwxr-xr-x | tools/ci/uncomment.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ci/uncomment.sh b/tools/ci/uncomment.sh new file mode 100755 index 000000000..22fe4e966 --- /dev/null +++ b/tools/ci/uncomment.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +sed -i "s|//\"npc/|\"npc/|g" $1 +sed -i "s|\"npc/location/to/script.txt\"|//\"npc/location/to/script.txt\"|g" $1 |