6 lines
103 B
Bash
Executable file
6 lines
103 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null
|
|
|
|
./test -e a b c --version
|