VocalEasel/Resources/lilyWrapper
2006-10-28 09:18:55 +00:00

9 lines
69 B
Bash
Executable File

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