mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
6 lines
153 B
Bash
Executable File
6 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dd if=/dev/zero of=fssetter.img bs=512 count=1440
|
|
MTOOLSRC=mtoolsrc mformat -f 720 -v FSSETTER a:
|
|
MTOOLSRC=mtoolsrc mcopy -sv binaries/* a:
|