VocalEasel/Tools/lilyWrapper

5 lines
61 B
Plaintext
Raw Normal View History

#!/bin/bash -l
export PATH="`dirname "$1"`":$PATH
exec "$@"