From 4229923661b6e72627cff290ca5149fff96dfcf7 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Thu, 20 Feb 2014 13:28:28 -0300 Subject: [PATCH] Introduce kickstart help and commands --- lib/kickstart-commands | 4 ++++ lib/kickstart-help | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100755 lib/kickstart-commands create mode 100755 lib/kickstart-help diff --git a/lib/kickstart-commands b/lib/kickstart-commands new file mode 100755 index 0000000..ef02d18 --- /dev/null +++ b/lib/kickstart-commands @@ -0,0 +1,4 @@ +#!/bin/bash + +root_dir=`kickstart root-dir` +echo "`ls $root_dir/lib | cut -f2 -d'-'`" diff --git a/lib/kickstart-help b/lib/kickstart-help new file mode 100755 index 0000000..b4e3115 --- /dev/null +++ b/lib/kickstart-help @@ -0,0 +1,10 @@ +#!/bin/bash + +echo "kickstart" +echo "Bash provisioning support" +echo +echo "Available commands are:" + +kickstart commands +echo +echo "Happy hacking (:"