exec singel func
This commit is contained in:
5
src/func/filesystem_pack
Normal file → Executable file
5
src/func/filesystem_pack
Normal file → Executable file
@ -30,3 +30,8 @@ function filesystem_pack() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
|
||||
[ -n "$1" ] && {
|
||||
echo param
|
||||
$1
|
||||
}
|
||||
|
Reference in New Issue
Block a user