No description
Minecon724
3a08831141
tfw you have an issue only 1 person ever had thats what happende while i was trying to commit |
||
---|---|---|
writer | ||
.gitignore | ||
editor.py | ||
file.txt | ||
notes.txt | ||
README.md |
Generating a file
head -c 32 </dev/zero >myfile
head -c 16M </dev/random >>myfile
You can repeat the second command to grow the file
Run editor
python3 writer