zip2img

A small utility to converts ZIP archives to MS-DOS compatible disk images (virtual floppies) 💾️

README.md (454B)

 1 # zip2img
 2 
 3 A small utility to converts ZIP archives to MS-DOS compatible disk images
 4 (virtual floppies) 💾️
 5 
 6 ## Usage
 7 
 8 ```
 9 $ zip2img zipfile [imagefile]
10 ```
11 
12 This command converts the zip archive `file` to a MS-DOS compatible disk image
13 (virtual floppy) which has the same name as `file` -- only the file extension 
14 is changed.
15 
16 ## Installation
17 
18 `zip2img` can be installed by cloning the repository locally and runnning
19 
20 ```
21 $ sudo make install
22 ```
23