tinyscripts/ttw.sh

8 lines
193 B
Bash
Raw Normal View History

2024-04-29 11:09:26 +02:00
# Tiny typewriter v0.2
cat texte.txt
echo [[Tiny typewriter v0.2. Type lines then press ctrl+d to quit.]]
cat >> texte.txt
clear
echo $(wc -w texte.txt | grep -o "[0-9]*") words
filetool.sh -b