8 lines
193 B
Bash
8 lines
193 B
Bash
|
# 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
|