oils-for-unix / oils

Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
http://www.oilshell.org/
Other
2.85k stars 159 forks source link

bash SHLVL support #2106

Open nisbet-hubbard opened 4 weeks ago

nisbet-hubbard commented 4 weeks ago
osh-0.23.0# bash -c 'echo $SHLVL'
2
osh-0.23.0# osh -c 'echo $SHLVL'
1
andychu commented 3 weeks ago

This one will need some kind of use case to be prioritized, e.g. if it can make some more programs run

https://github.com/oils-for-unix/oils/wiki/Shell-Programs-That-Run-Under-OSH