ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.34k stars 856 forks source link

Exclamation mark (!) not recognized #2249

Closed BatmanNelson closed 8 months ago

BatmanNelson commented 8 months ago

Exclamation mark (!) , double exclamation mark (!!), and others (!-1, etc.) appear not to be recognized.

localhost:/media/usb# cd ..
localhost:/media# !!
ash: !!: not found

Is there a way to make this work?

saagarjha commented 8 months ago

Install bash?

BatmanNelson commented 8 months ago

That fixed it, thanks!