mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-13 08:12:49 +10:00
feat: add zip speed test
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
yes "droplet is awesome" | dd of=./setup.exe bs=1024 count=1000000
|
||||
# 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
|
||||
Reference in New Issue
Block a user