Does that file (replacement for a link) need to be like:
/mnt/us/bin/busybox "$@"
to pass arguments?
Hmm...
I can't remember if "$@" includes "$0" -
so maybe:
/mnt/us/bin/busybox "$0" "$@"
Hmm...
Also not sure if
#!/mnt/us/bin/busybox
Will include "$0" and "$@"
Drat!
How easy it is to forget these simplest of things.
I had better hang out a "closed" sign on my help desk for the rest of today.
|