Files
droplet/assets/generate.sh
2025-07-02 11:55:04 +10:00

3 lines
93 B
Bash
Executable File

dd if=/dev/random of=./setup.exe bs=1024 count=1000000
zip TheGame.zip setup.exe
rm setup.exe