tractordev / wanix

Experimental, local-first, web-native, Unix-like development environment
https://wanix.sh
MIT License
238 stars 13 forks source link

shell: fix glob expansion and `rm` multiple arguments #103

Closed Parzival-3141 closed 9 months ago

Parzival-3141 commented 9 months ago

Closes #94

I reordered the preprocessor so variable expansion happens first, which allows you to things like echo $MICRO_CONFIG_HOME/*. The example in the issue uses rm which had an outstanding TODO so I completed that as well.

Added a log when building the shell at startup too.