mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
8 lines
60 B
Bash
Executable File
8 lines
60 B
Bash
Executable File
#!/bin/bash -l
|
|
|
|
export PATH="`dirname $1`":$PATH
|
|
exec $*
|
|
|
|
|
|
|