P7MJ's original BUGPy-mOS
- Python 99.8%
- Makefile 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| config | ||
| scripts | ||
| .gitignore | ||
| bugpy-mos-0.py | ||
| encrypted.p7c_enc | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| what_next?.txt | ||
BUGPY-mOS
BUGS-Python Mock OS
Checklist:
- finish the help sections in each script function. Currently says bro is lazy
- Each function must have:
- A condition checking if args is empty
- A condition checking -h or --help
- A condition doing the primary stuff as else
- All printouts must be "{function_name}: {what_to_talk}"