st/show_stuff.sh

9 lines
147 B
Bash
Raw Permalink Normal View History

2025-03-25 08:19:14 +00:00
#!/bin/sh
trap 'stty sane; exit' INT TERM
eval "$@"
stty_orig="$(stty -g)"
stty -echo raw
dd bs=1 count=1 1>/dev/null 2>/dev/null
stty $stty_orig