summaryrefslogtreecommitdiff
path: root/tools/ci/uncomment.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-06-09 08:18:06 +0300
committerAndrei Karas <akaras@inbox.ru>2020-06-16 05:10:55 +0300
commit0dfeb4a25fc55f965f57c8517095999a1030c72d (patch)
treed0a8f445b1212551c6e4efe6e4e6afb9d946a9a5 /tools/ci/uncomment.sh
parentb259c7f34f677ba28e204c21d634ae24fa2b37f5 (diff)
downloadhercules-0dfeb4a25fc55f965f57c8517095999a1030c72d.tar.gz
hercules-0dfeb4a25fc55f965f57c8517095999a1030c72d.tar.bz2
hercules-0dfeb4a25fc55f965f57c8517095999a1030c72d.tar.xz
hercules-0dfeb4a25fc55f965f57c8517095999a1030c72d.zip
Add into travis.sh check with all custom scripts uncommented
Diffstat (limited to 'tools/ci/uncomment.sh')
-rwxr-xr-xtools/ci/uncomment.sh4
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