Implement "rm" subcommand
This commit is contained in:
parent
adea4b4c97
commit
9c7492bed5
2
Makefile
2
Makefile
|
@ -1,5 +1,7 @@
|
|||
test:
|
||||
bash_unit ./tests/test_*.sh
|
||||
runtests:
|
||||
ls -1 zk tests/* | entr -c bash_unit ./tests/test_*.sh
|
||||
install:
|
||||
test -d ~/.local/bin/ || mkdir -p ~/.local/bin/
|
||||
cp zk ~/.local/bin/zk
|
||||
|
|
Loading…
Reference in New Issue