Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-05 19:10:48 +01:00
parent 0ca61d6ed8
commit 9af46445ad
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
[ $# -ge 1 ] || __cdist_usage "<id> <options>"
set -eu
echo "I am $__cdist_myname and have been called with $@"
__cdist_id="$1"; shift