summaryrefslogtreecommitdiffstats
path: root/bin/init
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-09 16:34:40 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-09 16:34:40 +0000
commitbcad40a05ab2dc2a341a3227e30b96668bce4500 (patch)
tree6fca27588d53a1b24705bd2834e9e643bb729bd1 /bin/init
downloadampache-bcad40a05ab2dc2a341a3227e30b96668bce4500.tar.gz
ampache-bcad40a05ab2dc2a341a3227e30b96668bce4500.tar.bz2
ampache-bcad40a05ab2dc2a341a3227e30b96668bce4500.zip
New Import
Diffstat (limited to 'bin/init')
-rwxr-xr-xbin/init11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/init b/bin/init
new file mode 100755
index 00000000..6d396cf5
--- /dev/null
+++ b/bin/init
@@ -0,0 +1,11 @@
+#! /usr/bin/perl
+# Copyleft Ampache.org
+
+# This script loads up the path to the perl module
+#
+
+use FindBin qw($Bin);
+use lib "$Bin/../lib/perl/Local/Ampache/blib/lib";
+use Local::Ampache;
+$ampache = new Local::Ampache("$Bin/..");
+