## v1.0.0 - [x] ensure VAR=`echo 1` and VAR=$(echo 1) both work - [x] Support nested statements? myvar=$(echo ‘mycmd or something’) - added to test (works) - [x] Ensure all output is checked, not just the last command - [x] Examples in action in the README - Spawn - Wavs Middleware - Wavs Foundry Template - OndoChain (private) - [ ] Add config example to README ## After - [ ] Video to twitter - [ ] post to hackernews
v1.0.0
echo 1and VAR=$(echo 1) both workAfter