11 lines
338 B
Markdown
Executable File
11 lines
338 B
Markdown
Executable File
# 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}" |