mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 15:29:23 -05:00
todo
This commit is contained in:
parent
6675a2e931
commit
e689f38ad0
@ -209,18 +209,19 @@ end() {
|
|||||||
exit $exit_code
|
exit $exit_code
|
||||||
}
|
}
|
||||||
|
|
||||||
|
## TODO: need to be tested one by one
|
||||||
main() {
|
main() {
|
||||||
init "$@"
|
init "$@"
|
||||||
parse_options "$@"
|
parse_options "$@"
|
||||||
_boot "$@"
|
_boot "$@"
|
||||||
_run "$@"
|
#_run "$@"
|
||||||
_dev "$@"
|
#_dev "$@"
|
||||||
_dev_shm "$@"
|
#_dev_shm "$@"
|
||||||
_tmp "$@"
|
#_tmp "$@"
|
||||||
_var "$@"
|
#_var "$@"
|
||||||
_var_tmp "$@"
|
#_var_tmp "$@"
|
||||||
#_lib "$@"
|
#_lib "$@"
|
||||||
_home "$@"
|
#_home "$@"
|
||||||
end "$@"
|
end "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user