pass argument to functon

This commit is contained in:
Marcel Stangenberger 2025-04-11 19:40:21 +00:00
parent 44a7fa63d1
commit 1cf283e796

View File

@ -23,5 +23,5 @@ if [[ -z $1 ]]
then then
Fail Fail
else else
Exec Exec $1
fi fi