diff options
Diffstat (limited to 'comp/lucas-standen-NEA/writeup2/examples/zpypkg.example')
-rw-r--r-- | comp/lucas-standen-NEA/writeup2/examples/zpypkg.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/writeup2/examples/zpypkg.example b/comp/lucas-standen-NEA/writeup2/examples/zpypkg.example new file mode 100644 index 0000000..b4208b3 --- /dev/null +++ b/comp/lucas-standen-NEA/writeup2/examples/zpypkg.example @@ -0,0 +1,6 @@ +zpypkg init # makes a new zpypkg project +zpypkg build # make a binary of a project +zpypkg run # make a binary and run it +zpypkg clean # remove all binaries +zpypkg remove # remove zpypkg from the project + |