feat: biblioteca de babel

This commit is contained in:
2021-10-31 17:17:32 +01:00
parent 08025bcbad
commit 54f121c8e3
2 changed files with 16822 additions and 0 deletions

12
biblioteca/book.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
page() {
tr -dc "ABCDEFGHILMNOPQRSTVXYZ ,." < /dev/urandom \
| fold -w 80 \
| head -n 40 \
| awk '{print $0} END { print " " }'
}
for _ in $(seq 1 410); do
page
done

16810
biblioteca/book.txt Normal file

File diff suppressed because it is too large Load Diff