3 #=======================================================================
5 # File ID: 8e00c630-8d1d-11e2-ab91-fefdb24f8e10
7 # Start irssi(1) using the only acceptable time zone ever
8 # (Han som oppfant sommertid skulle hatt i ræven.)
10 # Author: Øyvind A. Holm <sunny@sunbase.org>
11 # License: GNU General Public License version 2 or later.
12 #=======================================================================
17 if test -e /usr
/local
/bin
/irssi
; then
18 irssi_cmd
=/usr
/local
/bin
/irssi
19 elif test -e /usr
/bin
/irssi
; then
20 irssi_cmd
=/usr
/bin
/irssi
22 echo $progname: Seems as irssi isn
\'t installed here
>&2
26 TZ
=UTC sess
-d irssi
-- $irssi_cmd "$@"