on your desktop, do:
Code:
core2quad ~ $ ash --version
The program 'ash' is currently not installed. You can install it by typing:
sudo apt-get install ash
That is actually a "good thing" in this case.
Now try:
Code:
core2quad ~ $ busybox ash
BusyBox v1.18.4 (Ubuntu 1:1.18.4-2ubuntu2) built-in shell (ash)
Enter 'help' for a list of built-in commands.
~ $
Ah, so - there it is, a prompt from the busybox ash shell.
If you need an older version of the bb-ash shell, then see:
http://www.busybox.net/source.html
*) clone the repo
*) "check out" an appropriate (older) bb release version
*) Build (just) the ash shell
And then use that to test your scripts "off Kindle".