@ -7,7 +7,7 @@ def hello():
def help_command():
print("This is the help command. Use --help for assistance.")
def bash_command():
os.system("bash")
os.system("bash bash.sh")
def custom_terminal():
commands = {
"hello": hello,