From 44785f28f91be42380542551d7f4472100879191 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 2 Mar 2023 20:33:24 -0500 Subject: moved script --- scripts/quick_sanitize.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 scripts/quick_sanitize.sh (limited to 'scripts') 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 -- cgit v1.2.3