src/Makefile: Ignore fldb/ and personnr/ and add fixmes with reasoning
[sunny256-utils.git] / firefox
blob6812205be92f71bc7761603a555d88737068fba6
1 #!/usr/bin/env bash
3 #=======================================================================
4 # firefox
5 # File ID: 14cc7a8c-3746-11e4-9e92-c80aa9e67bbd
6 # [Description]
7 # License: GNU General Public License version 2 or later.
8 #=======================================================================
10 unset file
11 for f in /opt/firefox/firefox /usr/bin/firefox; do
12 test -x "$f" && { file="$f"; break; }
13 done
14 if test "$1" = "--version"; then
15 "$file" --version
16 else
17 sess -t c_firefox -- "$file" "$@"