ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

Make LibShell ignore all characters in a line after an unescaped # symbol #83

Open dther opened 3 years ago

dther commented 3 years ago

This allows shell scripts to be slightly more portable between Libterm and the full Unix terminal. I have a lot of heavily commented shell scripts that I use to process notes, and being able to use them in Libterm without needing manual editing would be great.

As an aside, thanks for making this! There are lots of things that I want to automate on my iPhone but can't, because I'm not an iOS developer.