diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2024-12-05 12:04:08 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2024-12-05 12:04:08 +0000 |
commit | 68baa2efd72cb150dd6138d7b208b2621bcfc431 (patch) | |
tree | fefde42e9df77384f9fa11adfa3efd3af73869d8 /comp/lucas-standen-NEA/writeup2/examples/zpypkg.example | |
parent | 27e2e13679f57eb2bd139175216b1d5989e8dc6a (diff) |
made a load of stuff
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 + |