diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-13 00:18:25 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-13 00:18:25 +0200 |
commit | eb61b509dd39ffdd399ae0c36f027af28283078e (patch) | |
tree | 31bd8e6c5a4538b4a573052a3802d4fc890c2923 /app | |
parent | 0ddf6b37b56423ec8ca72ff67c825d2503a1ff5f (diff) | |
download | app.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-x | app | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |