From 48c42248ce0de1bcd0882c87287c4d71cf0ebe15 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 17 Jul 2023 14:33:36 -0400 Subject: bins: Add TT (termtitle exec) and fin (find files named) --- .local/bin/TT | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .local/bin/TT (limited to '.local/bin/TT') diff --git a/.local/bin/TT b/.local/bin/TT new file mode 100755 index 0000000..4a404c5 --- /dev/null +++ b/.local/bin/TT @@ -0,0 +1,4 @@ +#!/bin/sh +t="$@" +echo -e '\033]2;'$t'\007' 1>&2 +"$@" -- cgit 1.4.1