Skip to content

Commit

Permalink
Update cmd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aarikpokras authored Jan 12, 2023
1 parent 4ab1de9 commit a94ac4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
help=open("../../bin/help.txt", "r")
print(help.read())
if cmdLine == "exit":
print("\033[0m")
exit()
if cmdLine == "echo":
echoI=input("echo> ")
Expand Down

0 comments on commit a94ac4c

Please sign in to comment.