Add pwd utility and performance to cat
This commit is contained in:
parent
049289f452
commit
2f6f90dce4
4 changed files with 23 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue