6 lines
No EOL
108 B
Bash
6 lines
No EOL
108 B
Bash
#!/usr/bin/env bash
|
|
|
|
declare LIB_DIR
|
|
LIB_DIR="$(dirname "${BASH_SOURCE[0]}")"
|
|
|
|
source "${LIB_DIR}/output.sh" |