1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00
NekoX/run

7 lines
86 B
Plaintext
Raw Normal View History

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