Add small shell wrapper for dc42->dsk conversion.

This commit is contained in:
Christopher Kobayashi 2020-04-21 20:54:11 +09:00
parent 3a86d2170b
commit 08be1acf34
1 changed files with 3 additions and 0 deletions

3
dc42todsk Executable file
View File

@ -0,0 +1,3 @@
#! /bin/sh
dd ibs=1 skip=84 if="${1}" of="${1}.dsk"