Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / database / movie_stripper.sh
diff --git a/scripts/database/movie_stripper.sh b/scripts/database/movie_stripper.sh
deleted file mode 100644 (file)
index b8c961f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-if [ -z "$1" ]; then
-  echo You must supply a file name to strip out the unique movie or show
-  echo names from...
-  exit 2
-fi
-cat "$1" | sed -e 's/^\"\([a-zA-Z0-9][a-zA-Z0-9 ]*\)\",\"\([^\"][^\"]*\)\".*$/\2/' | sort | uniq 
-
-