macros
This commit is contained in:
parent
f7f01cbf7b
commit
ec8785adbd
3 changed files with 14 additions and 0 deletions
11
bin/run_browser
Executable file
11
bin/run_browser
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ -n "`which firefox`" ]; then
|
||||
firefox
|
||||
elif [ -n "`which iceweasel`" ]; then
|
||||
iceweasel
|
||||
elif [ -n "`which google-chrome`" ]; then
|
||||
google-chrome
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue