diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-08-29 14:07:53 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-08-29 14:07:53 +0000 |
| commit | 254990b15f584578aeca3d361010d2bfa5f3d111 (patch) | |
| tree | 9b87e2064fbb0b0ccbdb43563150052c66ec8a69 /muggle-plugin/scripts/make-tables | |
| parent | a165f982bed4670c9f3f99ca141227a6ca7f5b85 (diff) | |
| download | vdr-plugin-muggle-254990b15f584578aeca3d361010d2bfa5f3d111.tar.gz vdr-plugin-muggle-254990b15f584578aeca3d361010d2bfa5f3d111.tar.bz2 | |
Cleaned up input helper scripts
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@126 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/scripts/make-tables')
| -rwxr-xr-x | muggle-plugin/scripts/make-tables | 26 |
1 files changed, 0 insertions, 26 deletions
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 |
