From 11c930f71db58201994265b71a8f76187f1dbda1 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 27 Jan 2013 12:58:25 +0100 Subject: o Adding a common header to all scripts. o Disabling un-used tests and apps for now. --- bin/app-stop | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 bin/app-stop (limited to 'bin/app-stop') diff --git a/bin/app-stop b/bin/app-stop new file mode 100755 index 0000000..535af9e --- /dev/null +++ b/bin/app-stop @@ -0,0 +1,11 @@ +#!/bin/bash + +set -e +set -u + +APPSH_HOME=$(cd $(dirname "$0")/.. && pwd) + +. $APPSH_HOME/lib/common +# HEADER END + +exec $APPSH_HOME/libexec/app-operate "stop" "$@" -- cgit v1.2.3