moonscape09 / luna.sh

Welcome to `luna.sh`. A shell I built as part of my C++ journey! Stay tuned!
1 stars 0 forks source link

feat: Variables #43

Closed moonscape09 closed 2 weeks ago

moonscape09 commented 2 weeks ago

Shell now supports creating new variables and using them. Variables can be set to commands as well (i.e print=echo).

Fixes: #41