Add a bash test script
This commit is contained in:
parent
2710ee2bfa
commit
3a79ce9ab7
1 changed files with 9 additions and 0 deletions
9
support/test/bash/test_script
Normal file
9
support/test/bash/test_script
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
function Test() {
|
||||
echo $1
|
||||
}
|
||||
|
||||
for i in "$@"; do
|
||||
Test $i
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue