summaryrefslogtreecommitdiff
path: root/scroll-0.1/up.sh
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-06-20 19:54:29 +0000
committerstkhan <personal@slickd.xyz>2022-06-20 19:54:29 +0000
commit4c40a4dc245f7715f4891ed02d71475628e7a959 (patch)
treefa52419490b5a0d89d746f6e3a0b0c1e675b7726 /scroll-0.1/up.sh
parent513b0e238b98f72a01d740a0bd99a3739918645c (diff)
new directory structure
Diffstat (limited to 'scroll-0.1/up.sh')
-rwxr-xr-xscroll-0.1/up.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/scroll-0.1/up.sh b/scroll-0.1/up.sh
deleted file mode 100755
index fa28a80..0000000
--- a/scroll-0.1/up.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-set -eu
-export POSIXLY_CORRECT=1
-
-i=1
-while test "$i" -lt 50; do
- echo "$i"
- i=$((i + 1))
-done > tmp.log
-
-(sleep 1; printf '\033[5;2~'; sleep 1; ) \
- | ./ptty ./scroll tail -fn 50 tmp.log > out.log
-
-cmp out.log up.log