Files
droplet/assets/generate.sh
2025-08-13 11:35:50 +10:00

3 lines
105 B
Bash
Executable File

yes "droplet is awesome" | dd of=./setup.exe bs=1024 count=1000000
zip TheGame.zip setup.exe
rm setup.exe