diff options
author | Ted Gould <ted@gould.cx> | 2012-08-23 15:07:58 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-23 15:07:58 -0500 |
commit | 5a85088269f25ce2e2b30923676e26d4154ac0fd (patch) | |
tree | cae124a8ac0aeeab6cb20b91e87314193631f6c9 | |
parent | 617a202e983ba7fc4c9c36a80c16ba1c3a244bdb (diff) | |
download | lightdm-remote-session-remoteconfigure-5a85088269f25ce2e2b30923676e26d4154ac0fd.tar.gz lightdm-remote-session-remoteconfigure-5a85088269f25ce2e2b30923676e26d4154ac0fd.tar.bz2 lightdm-remote-session-remoteconfigure-5a85088269f25ce2e2b30923676e26d4154ac0fd.zip |
Writing a script so that we can quit if Firefox is closed
-rwxr-xr-x | firefox-uccsconfigure.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox-uccsconfigure.sh b/firefox-uccsconfigure.sh new file mode 100755 index 0000000..e093c44 --- /dev/null +++ b/firefox-uccsconfigure.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +firefox -no-remote https://uccs.landscape.canonical.com/ +gnome-session-quit |