feat: biblioteca de babel
This commit is contained in:
12
biblioteca/book.sh
Executable file
12
biblioteca/book.sh
Executable 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
16810
biblioteca/book.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user