Add mkdir etc.

This commit is contained in:
joachimschmidt557 2019-03-24 15:45:22 +01:00
parent b93a5e1255
commit 54ccd5fc9a
4 changed files with 26 additions and 1 deletions

7
cp.nim Normal file
View file

@ -0,0 +1,7 @@
import cligen, os
import common
proc main() =
echo "asdf"
dispatch(main, version=("version", nimbaseVersion))