summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-10-13 00:18:25 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-10-13 00:18:25 +0200
commiteb61b509dd39ffdd399ae0c36f027af28283078e (patch)
tree31bd8e6c5a4538b4a573052a3802d4fc890c2923 /app
parent0ddf6b37b56423ec8ca72ff67c825d2503a1ff5f (diff)
downloadapp.sh-eb61b509dd39ffdd399ae0c36f027af28283078e.tar.gz
app.sh-eb61b509dd39ffdd399ae0c36f027af28283078e.tar.bz2
app.sh-eb61b509dd39ffdd399ae0c36f027af28283078e.tar.xz
app.sh-eb61b509dd39ffdd399ae0c36f027af28283078e.zip
o Better help output.
o Better validation of argument for install.
Diffstat (limited to 'app')
-rwxr-xr-xapp1
1 files changed, 1 insertions, 0 deletions
diff --git a/app b/app
index c02d417..45adaee 100755
--- a/app
+++ b/app
@@ -23,6 +23,7 @@ method_usage() {
echo "Run $0 -h <group> for more help" >&2
}
+. $BASEDIR/.app/lib/app-common
. $BASEDIR/.app/lib/app-app
. $BASEDIR/.app/lib/app-conf
. $BASEDIR/.app/lib/app-operate