Skip to content

Clam Shell v1.3

Latest
Compare
Choose a tag to compare
@SquidDev SquidDev released this 29 Feb 21:18
· 5 commits to master since this release
  • Rewrite parser and interpreter. Now much more flexible
  • Add && and || pipes
  • Add for statement (for var = cmd { echo $var })
  • Add inline commands $(pwd)
  • Add documentation for all commands
  • Add wc, pwd, sleep and timeit commands
  • Custom prompt function support