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