secretproject/README.md
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

9 lines
No EOL
181 B
Markdown

### 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`