summaryrefslogtreecommitdiff
path: root/dot/local/bin/xtermessage
diff options
context:
space:
mode:
Diffstat (limited to 'dot/local/bin/xtermessage')
-rwxr-xr-xdot/local/bin/xtermessage4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot/local/bin/xtermessage b/dot/local/bin/xtermessage
new file mode 100755
index 0000000..8e64b3a
--- /dev/null
+++ b/dot/local/bin/xtermessage
@@ -0,0 +1,4 @@
1#!/bin/sh
2literal=$(printf "%s\n" "$@")
3export literal
4xterm -cr white -fs 90 -e 'tput civis; printf %s "$literal"; read -n1'