mirror of
https://github.com/sheumann/hush.git
synced 2025-01-06 21:30:08 +00:00
5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
BUSYBOX=$(type -p busybox)
|
||
|
SAVED_PATH=$PATH
|
||
|
unset PATH
|
||
|
$BUSYBOX which ls
|