tractordev / wanix

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

shell: support script argument expansion #68

Closed Parzival-3141 closed 5 months ago

Parzival-3141 commented 5 months ago

I forked the go-posix library and added the ability to expand numbered variables (e.g. /$1/bar/$2 -> /foo/bar/baz). Cleaned unecessary functions as well.

progrium commented 5 months ago

Make sure there is a PR upstream for Matt to review and integrate when he has time.