diff options
| author | Zach DeCook <zachdecook@librem.one> | 2023-06-28 19:48:03 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2023-06-28 19:48:03 -0400 |
| commit | 30f7f9ed42822fb11f0d641d3eae294b177f3af3 (patch) | |
| tree | fe6cd4d76439e84b208883492eb5157b16601e70 /.local/bin/TT | |
| parent | 992a1b9fdcb78d8da9be1aaad15c3dc966ce94c8 (diff) | |
| download | dotfiles-30f7f9ed42822fb11f0d641d3eae294b177f3af3.tar.gz | |
add TT and mfi.py
Diffstat (limited to '.local/bin/TT')
| -rwxr-xr-x | .local/bin/TT | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/TT b/.local/bin/TT new file mode 100755 index 0000000..51e834b --- /dev/null +++ b/.local/bin/TT @@ -0,0 +1,3 @@ +#!/bin/sh +printf "\e]2;%s\a" "$*" +"$@" |
