diff --git a/firefox.py b/firefox.py new file mode 100644 index 0000000..a961115 --- /dev/null +++ b/firefox.py @@ -0,0 +1,3 @@ +import os +os.system("echo a") #not required +os.system("firefox") #sends the command "firefox" in the linux cmd bar.