This commit is contained in:
DecDuck
2025-11-20 11:38:11 +11:00
parent 416cada9f4
commit 894f2b354a
4 changed files with 29 additions and 18 deletions

View File

@ -1,4 +1,4 @@
# yes "droplet is awesome" | dd of=./setup.exe bs=1024 count=1000000
dd if=/dev/random of=./setup.exe bs=1024 count=1000000
zip TheGame.zip setup.exe
zip TheGame.zip setup.exe "test file.txt"
rm setup.exe