zip2img
A small utility to converts ZIP archives to MS-DOS compatible disk images (virtual floppies) πΎοΈ
- refs: master
- git clone: git://git.pablopie.xyz/zip2img
zip2img
A small utility to converts ZIP archives to MS-DOS compatible disk images (virtual floppies) πΎοΈ
Usage
$ zip2img zipfile [imagefile]
This command converts the zip archive
file
to a MS-DOS compatible disk image
(virtual floppy) which has the same name as
file
β
only the file extension
is changed.
Installation
zip2img
can be installed by cloning the repository locally and runnning
$ sudo make install