From 254990b15f584578aeca3d361010d2bfa5f3d111 Mon Sep 17 00:00:00 2001 From: lvw Date: Sun, 29 Aug 2004 14:07:53 +0000 Subject: Cleaned up input helper scripts git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@126 e10066b5-e1e2-0310-b819-94efdf66514b --- muggle-plugin/scripts/make-tables | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 muggle-plugin/scripts/make-tables (limited to 'muggle-plugin/scripts/make-tables') diff --git a/muggle-plugin/scripts/make-tables b/muggle-plugin/scripts/make-tables deleted file mode 100755 index 1dc9c01..0000000 --- a/muggle-plugin/scripts/make-tables +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -################################################## -# -# GiantDisc mp3 Jukebox -# -# © 2000-2002, Rolf Brugger -# -################################################## - -cd /home/andi/muggle/import - -echo "creating tables" -mysql < createtables.mysql - -echo "reading genres" -mysql --local-infile=1 < readgenres.mysql - -echo "reading languages" -mysql --local-infile=1 < readlanguages.mysql - -echo "reading musictypes" -mysql --local-infile=1 < readmusictypes.mysql - -echo "reading sources" -mysql --local-infile=1 < readsources.mysql -- cgit v1.2.3