Introduce kickstart help and commands

This commit is contained in:
Bruno Tavares 2014-02-20 13:28:28 -03:00
parent aae2eb2f41
commit 4229923661
2 changed files with 14 additions and 0 deletions

4
lib/kickstart-commands Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
root_dir=`kickstart root-dir`
echo "`ls $root_dir/lib | cut -f2 -d'-'`"

10
lib/kickstart-help Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
echo "kickstart"
echo "Bash provisioning support"
echo
echo "Available commands are:"
kickstart commands
echo
echo "Happy hacking (:"