From a05672867658e5d43a578bbee820bfbe44f9435e Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 29 Apr 2024 11:09:26 +0200 Subject: [PATCH] Add 'ttw.sh' --- ttw.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ttw.sh diff --git a/ttw.sh b/ttw.sh new file mode 100644 index 0000000..710ee43 --- /dev/null +++ b/ttw.sh @@ -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