more bugfixes
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
function test_fun() {
|
||||
echo "function name? $0"
|
||||
}
|
||||
|
||||
echo "script name? $0"
|
||||
test_fun
|
||||
test_fun "one" "two" 3
|
||||
|
||||
if [[ ! -z $1 ]]; then
|
||||
message="$1"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user