11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
echo "kickstart"
|
||
|
echo "Bash provisioning support"
|
||
|
echo
|
||
|
echo "Available commands are:"
|
||
|
|
||
|
kickstart commands
|
||
|
echo
|
||
|
echo "Happy hacking (:"
|