NekoX/run

7 lines
86 B
Bash
Executable File

#!/bin/bash
TARGET="bin"
for e in $@; do
TARGET="$TARGET/$e"
done
exec ${TARGET}.sh