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
347 B

#!/bin/bash
#Создан: Пт 24 июн 2016 14:34:58
#Изменён: Пт 21 фев 2020 11:49:12
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"