correct echo utility etc.
This commit is contained in:
parent
2f6f90dce4
commit
5de50196ea
7 changed files with 19 additions and 10 deletions
8
shuf.nim
Normal file
8
shuf.nim
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import cligen
|
||||
import common
|
||||
|
||||
proc main(files:seq[string]) =
|
||||
for file in files:
|
||||
echo ""
|
||||
|
||||
dispatch(main, version=("version", nimbaseVersion))
|
||||
Loading…
Add table
Add a link
Reference in a new issue