Various Linux scripts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
355 B

#!/usr/bin/env bash
#Создан: Пт 24 июн 2016 14:34:58
#Изменён: Пн 15 ноя 2021 10:31:15
if [ ! -z $1 ]; then
DATA=$(cat "$@")
else
DATA=$(cat -)
fi
\rm -rf /tmp/*.speedreading
echo "$DATA" > /tmp/$$.speedreading
st -e bash -c "fsz 37 && tput clear && tput cup 7 && echo && speedread /tmp/$$.speedreading 2>/dev/null && read"