No description
Find a file
Minecon724 3a08831141
comit
tfw you have an issue only 1 person ever had
thats what happende while i was trying to commit
2024-07-02 17:36:28 +02:00
writer comit 2024-07-02 17:36:28 +02:00
.gitignore cmmit 2024-06-29 18:55:43 +02:00
editor.py new 2024-06-30 18:08:02 +02:00
file.txt comit 2024-07-02 17:36:28 +02:00
notes.txt initial commit 2024-06-28 14:59:00 +02:00
README.md comit 2024-07-02 17:36:28 +02:00

Generating a file

  1. head -c 32 </dev/zero >myfile
  2. head -c 16M </dev/random >>myfile

You can repeat the second command to grow the file

Run editor

python3 writer