Add tail utility
This commit is contained in:
parent
b7e5108379
commit
afa9b3682b
2 changed files with 31 additions and 2 deletions
|
|
@ -4,10 +4,10 @@ author = "joachimschmidt557"
|
|||
description = "Basic utilities written in Nim"
|
||||
license = "Unlicense"
|
||||
|
||||
requires "nim >= 0.19.0"
|
||||
requires "nim >= 0.19.4"
|
||||
requires "cligen >= 0.9.19"
|
||||
requires "stint >= 0.0.1"
|
||||
|
||||
bin = @["add", "cat", "cp", "div", "echo", "factor", "false", "head", "mkdir", "mul", "nl", "pwd", "rev", "rm", "seq", "shuf", "sleep", "sub", "tac", "tee", "touch", "true", "wc", "yes"]
|
||||
bin = @["add", "cat", "cp", "div", "echo", "factor", "false", "head", "mkdir", "mul", "nl", "pwd", "rev", "rm", "seq", "shuf", "sleep", "sub", "tail", "tac", "tee", "touch", "true", "wc", "yes"]
|
||||
|
||||
binDir = "bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue