zip2img

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

NameSizeMode
..
README.md 454B -rw-r--r--
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
```