Quote:
Originally Posted by wow400
That worked for me too (except I had to put ;log RUNME in the search bar - ie uppercase rather than lowercase).
|
As you can see from the source code by
NiLuJe
Code:
# Launch user script!
"custom" | "CUSTOM" | "runme" | "RUNME" | r* )
if [ -f "/mnt/us/RUNME.sh" ] ; then
exec /bin/sh "/mnt/us/RUNME.sh"
else
eips 1 0 "No user script found. "
fi
the arg may vary but the name of the script is strict.