summary refs log tree commit diff
path: root/.local/bin/TT
diff options
context:
space:
mode:
authorZach DeCook <zach.decook@bettercarpeople.com>2023-07-17 14:33:36 -0400
committerZach DeCook <zach.decook@bettercarpeople.com>2023-07-17 14:33:36 -0400
commit48c42248ce0de1bcd0882c87287c4d71cf0ebe15 (patch)
tree42defeb534a4bf893ca133763a6e0acd8d5a6b83 /.local/bin/TT
parent2ddd6f75781f427b6306527fbed15a42e893a93d (diff)
downloaddotfiles-48c42248ce0de1bcd0882c87287c4d71cf0ebe15.tar.gz
bins: Add TT (termtitle exec) and fin (find files named)
Diffstat (limited to '.local/bin/TT')
-rwxr-xr-x.local/bin/TT4
1 files changed, 4 insertions, 0 deletions
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
+"$@"