ish-app / ish

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

not found ; I/O error #2095

Closed wchengk09 closed 1 year ago

wchengk09 commented 1 year ago

Issue:

# /
ash: /: I/O error 
# echo "#!/bin/sh" > test
# echo "echo 114514" >> test
# chmod +x test
# ./test
ash: ./test: not found

expected:

# /
ash: /: is a directory
# echo "#!/bin/sh" > test
# echo "echo 114514" >> test
# chmod +x test
# ./test
114514
wchengk09 commented 1 year ago

OK, I solved "not found" by deleting the app and reinstalling it. I/O error doesn't affect me using the app.