Ajouter 'DoConfig.sh'
This commit is contained in:
20
DoConfig.sh
Normal file
20
DoConfig.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#/bin/bash
|
||||
|
||||
|
||||
function show_help() {
|
||||
echo
|
||||
echo "Usage: $0 { setHostName } [<OPT_1>] [<OPT_2>] [<OPT_X>] ..."
|
||||
echo
|
||||
}
|
||||
|
||||
|
||||
case "$1" in
|
||||
'setHostName')
|
||||
;;
|
||||
*)
|
||||
show_help
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user