about summary refs log tree commit diff stats
path: root/winch
diff options
context:
space:
mode:
authorCase Duckworth2020-05-22 15:55:03 -0500
committerCase Duckworth2020-05-22 15:55:03 -0500
commit5ff9d1c592511270abe871915aa0716cec1e6eac (patch)
tree409d23f3690a414b64995e85d6891684e0824104 /winch
parentIt works! (diff)
downloadbollux-5ff9d1c592511270abe871915aa0716cec1e6eac.tar.gz
bollux-5ff9d1c592511270abe871915aa0716cec1e6eac.zip
Remove unneeded stuff
Diffstat (limited to 'winch')
-rw-r--r--winch13
1 files changed, 0 insertions, 13 deletions
diff --git a/winch b/winch deleted file mode 100644 index 845aa57..0000000 --- a/winch +++ /dev/null
@@ -1,13 +0,0 @@
1#!/usr/bin/env bash
2
3winch() {
4shopt -s checkwinsize; (:;:)
5
6printf '\e[?25l\e[H\e[K%s %sx%s\e[8' "winch!" "$COLUMNS" "$LINES"
7}
8
9trap winch WINCH
10
11while : ; do
12 :
13done