Files
droplet/assets/generate.sh
2025-08-15 12:17:10 +10:00

4 lines
162 B
Bash
Executable File

# 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
rm setup.exe