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