mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-16 09:41:22 +10:00
3 lines
93 B
Bash
Executable File
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 |