Update os.py
This commit is contained in:
parent
5ce93a6d15
commit
0c8cebb94d
2
os.py
2
os.py
|
@ -7,7 +7,7 @@ def hello():
|
||||||
def help_command():
|
def help_command():
|
||||||
print("This is the help command. Use --help for assistance.")
|
print("This is the help command. Use --help for assistance.")
|
||||||
def bash_command():
|
def bash_command():
|
||||||
os.system("bash")
|
os.system("bash bash.sh")
|
||||||
def custom_terminal():
|
def custom_terminal():
|
||||||
commands = {
|
commands = {
|
||||||
"hello": hello,
|
"hello": hello,
|
||||||
|
|
Loading…
Reference in New Issue