Add pwd utility and performance to cat

This commit is contained in:
joachimschmidt557 2019-03-28 12:15:55 +01:00
parent 049289f452
commit 2f6f90dce4
4 changed files with 23 additions and 5 deletions

View file

@ -8,6 +8,6 @@ requires "nim >= 0.19.0"
requires "cligen >= 0.9.19"
requires "stint >= 0.0.1"
bin = @["add", "cat", "cp", "div", "echo", "factor", "false", "head", "mkdir", "mul", "rm", "seq", "sleep", "sub", "tee", "touch", "true", "yes"]
bin = @["add", "cat", "cp", "div", "echo", "factor", "false", "head", "mkdir", "mul", "pwd", "rm", "seq", "sleep", "sub", "tee", "touch", "true", "yes"]
binDir = "bin"