commit dd131c1298348992febac65ee388d05c0db72de9 parent a379336f8d2804a06e654d2ced9e1c1f2b98bf6e Author: lostd <lostd@2f30.org> Date: Fri, 5 Jul 2013 15:03:17 +0000 Short for unofficial release Diffstat:
M | bin/musicfix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/musicfix b/bin/musicfix @@ -108,6 +108,7 @@ def mkshort n n = n.gsub "Cassette", "Cass" n = n.gsub "Limited Edition", "Ltd" n = n.gsub "Compilation", "Comp" + n = n.gsub "Unofficial Release", "Unofficial" end # Parse command line