@Alsan Here's what I type in the terminal (please do not type the leading $ , it's my shell PS1 prompt) :
$ [ "$HOME" = "/" ] && export busyBoxPATH=/sdcard/Android/data/exa.free.bbin/files || export busyBoxPATH=$HOME/Android/data/exa.free.bbin/files
$ ls $busyBoxPATH/busybox
/sdcard/Android/data/exa.free.bbin/files/busybox
$ export PATH=$PATH:$busyBoxPATH
$ busybox --help
Originally posted by @sebma in #2 (comment)
@Alsan Here's what I type in the terminal (please do not type the leading
$, it's my shellPS1prompt) :Originally posted by @sebma in #2 (comment)