diff options
Diffstat (limited to 'scripts/quick-sanitize.sh')
| -rwxr-xr-x | scripts/quick-sanitize.sh | 13 |
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 |
