summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorJonathan Bauer2012-12-17 15:17:24 +0100
committerJonathan Bauer2012-12-17 15:17:24 +0100
commitdfc9291821434baa6ea4ffaf16b3ff7ae0a1f514 (patch)
tree600c337b8929a8b407233eac2c9521f4bf9e7728 /mltk
parentComments ... (diff)
downloadtm-scripts-dfc9291821434baa6ea4ffaf16b3ff7ae0a1f514.tar.gz
tm-scripts-dfc9291821434baa6ea4ffaf16b3ff7ae0a1f514.tar.xz
tm-scripts-dfc9291821434baa6ea4ffaf16b3ff7ae0a1f514.zip
conventions...
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk22
1 files changed, 22 insertions, 0 deletions
diff --git a/mltk b/mltk
new file mode 100755
index 00000000..10c772b2
--- /dev/null
+++ b/mltk
@@ -0,0 +1,22 @@
+# -----------------------------------------------------------------------------
+# Copyright (c) 2011 - OpenSLX GmbH
+#
+# This program is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
+#
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your suggestions, praise, or complaints to feedback@openslx.org
+#
+# General information about OpenSLX can be found at http://openslx.org/
+# -----------------------------------------------------------------------------
+#
+# Mini-Linux Toolkit
+#
+# -----------------------------------------------------------------------------
+#!/bin/bash
+
+
+SELF=$(readlink -f $0)
+ROOT_DIR=$(dirname ${SELF})
+
+