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