Second version of
popa utility
- C++ 93%
- Shell 3.6%
- Makefile 3.4%
| .gitignore | ||
| main.cpp | ||
| Makefile | ||
| popa.cpp | ||
| popa.hpp | ||
| README.md | ||
| test.sh | ||
popa2
deps:
- g++ compiler
- computer
how to compile:
- cd into this repo
make
you can run tests:
make && ./test.sh
to get help just run compiled binary without arguments