diff --git a/.bin/hexchat-utc b/.bin/hexchat-utc new file mode 100755 index 0000000..ba9866e --- /dev/null +++ b/.bin/hexchat-utc @@ -0,0 +1,4 @@ +#! /bin/sh +TZ=UTC0 +export TZ +exec /usr/bin/hexchat ${1+"$@"}