summaryrefslogtreecommitdiff
path: root/tools/ci/uncomment.sh
blob: 22fe4e966224986dbe851a2ab6e5c3e27072912f (plain) (blame)
1
2
3
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