NekoX/run

7 lines
86 B
Plaintext
Raw Normal View History

2021-01-16 17:25:30 +01:00
#!/bin/bash
TARGET="bin"
for e in $@; do
TARGET="$TARGET/$e"
done
exec ${TARGET}.sh