VocalEasel/Tools/lilyWrapper

9 lines
69 B
Plaintext
Raw Normal View History

#!/bin/bash -l
export PATH=`dirname $1`:$PATH
echo PATH=$PATH
$*