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.
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 usesrm
which had an outstanding TODO so I completed that as well.Added a log when building the shell at startup too.