Here's a snippet or screenshot that shows the problem:
#!/bin/busybox bash
#!/bin/busybox ash
#!/bin/busybox sh
Here's what I wanted or expected to see:
sh, ash and bash in busybox are just alias of the same busybox shell, a sort of ash (with some bash extension), even when called as busybox sh.
Only busybox hush is a different shell.
For new checks and feature suggestions
Here's a snippet or screenshot that shows the problem:
Here's what I wanted or expected to see:
sh, ash and bash in busybox are just alias of the same busybox shell, a sort of ash (with some bash extension), even when called as
busybox sh
. Onlybusybox hush
is a different shell.