From 8b832994bb3429740dcad54f34a53cf83bf6f2cd Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Fri, 20 Sep 2024 19:27:42 -0400 Subject: [PATCH] periodic sync-up Still doesn't have ksh fixes or current command fixes. New: stash support. If there's something in the stash for the current branch, there is a bright yellow "$"; otherwise, if the stash is non-empty it is a brown "$". --- .bin/hexchat-utc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .bin/hexchat-utc 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+"$@"}