Added help and exit
This commit is contained in:
0
scripts/exit/__init__.py
Normal file
0
scripts/exit/__init__.py
Normal file
4
scripts/exit/exit.py
Normal file
4
scripts/exit/exit.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import sys
|
||||
def main(args):
|
||||
print("Exiting BUGPy!")
|
||||
sys.exit(0)
|
||||
Reference in New Issue
Block a user