mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
9 lines
69 B
Plaintext
9 lines
69 B
Plaintext
|
#!/bin/bash -l
|
||
|
|
||
|
export PATH=`dirname $1`:$PATH
|
||
|
echo PATH=$PATH
|
||
|
$*
|
||
|
|
||
|
|
||
|
|