Files
droplet/assets/generate.sh
2025-11-20 11:38:11 +11:00

4 lines
178 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 "test file.txt"
rm setup.exe