From dfc9291821434baa6ea4ffaf16b3ff7ae0a1f514 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 17 Dec 2012 15:17:24 +0100 Subject: conventions... --- mltk | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 mltk (limited to 'mltk') 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}) + + -- cgit v1.2.3-55-g7522