summaryrefslogtreecommitdiff
path: root/scripts/quick_sanitize.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/quick_sanitize.sh')
-rwxr-xr-xscripts/quick_sanitize.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/quick_sanitize.sh b/scripts/quick_sanitize.sh
new file mode 100755
index 0000000..f393190
--- /dev/null
+++ b/scripts/quick_sanitize.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+file=$1
+
+sed -i "s/{start_column}//g" $file
+sed -i "s/{end_column}//g" $file
+sed -i "s/{c:Chorus/{soc:Chorus/g" $file
+sed -i "s/{c:Verse/{sov:Verse/g" $file
+sed -i "s/{c:Intro/{sov:Intro/g" $file
+sed -i "s/{c:Interlude/{sov:Interlude/g" $file
+sed -i "s/{c:Instrumental/{sov:Instrumental/g" $file
+sed -i "s/{c:Vamp/{sov:Vamp/g" $file
+sed -i "s/{c:Bridge/{sob:Bridge/g" $file