diff --git a/os.py b/os.py index 56253a3..f9a435c 100644 --- a/os.py +++ b/os.py @@ -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,