diff options
Diffstat (limited to 'helpers/bbunscroll')
| -rwxr-xr-x | helpers/bbunscroll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/helpers/bbunscroll b/helpers/bbunscroll deleted file mode 100755 index 15102c4..0000000 --- a/helpers/bbunscroll +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# Display text from the current line upward (instead of downward) -input="$(cat)" -printf "\\033[$(echo "$input" | wc -l)A\\033[J" >/dev/tty -echo "$input" |
