From 9d9ec6444c574e5f4b2b436fe0f1a313e73b5425 Mon Sep 17 00:00:00 2001 From: Haisley321 <117833439+Haisley321@users.noreply.github.com> Date: Tue, 14 Mar 2023 11:17:52 -0400 Subject: [PATCH] Firefox added This is a program that uses firefox. --- firefox.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 firefox.py 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.