mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-09 20:12:18 +10:00
4 lines
162 B
Bash
Executable File
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 |