commandline functions (#106)
* use f function_name to inject to any function * update README
This commit is contained in:
@@ -51,8 +51,8 @@ fi
|
||||
if [ "$1" == noserial ]; then
|
||||
NOSERIAL=1
|
||||
fi
|
||||
|
||||
if [ "$1" == deb_packages ]; then
|
||||
deb_packages
|
||||
#let's make it possibly to inject any function directly
|
||||
if [ "$1" == f ]; then
|
||||
$2
|
||||
fi
|
||||
main_menu
|
||||
|
||||
Reference in New Issue
Block a user