1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-06-30 10:14:04 +00:00

Show target script

This commit is contained in:
世界 2021-03-05 12:32:49 +08:00
parent a63c76fa8b
commit 2d1e4b2013
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

1
run
View File

@ -5,6 +5,7 @@ for e in $@; do
TARGET="$TARGET/$e"
shift
if [ -x "${TARGET}.sh" ]; then
echo ">> ${TARGET}.sh"
exec "${TARGET}.sh" $@
fi
done