generated from coop-cloud/example
6 lines
48 B
Bash
6 lines
48 B
Bash
#!/usr/bin/env bash
|
|
|
|
test_cmd(){
|
|
echo "baz"
|
|
}
|