Skip to content

Version 0.0.4

Compare
Choose a tag to compare
@egoist egoist released this 19 Dec 05:50
· 26 commits to 1.0 since this release

New feature:

  • Multi-line exec() short-hand
// multi-line exec() commands short-hand
source:
  >>>
  export PATH='$PATH:~/go'
  echo $PATH
  <<<