Add 'ttw.sh'

This commit is contained in:
quenousimporte 2024-04-29 11:09:26 +02:00
parent d112356693
commit a056728676
1 changed files with 7 additions and 0 deletions

7
ttw.sh Normal file
View File

@ -0,0 +1,7 @@
# 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