mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-30 11:54:57 +00:00
6 lines
144 B
Bash
6 lines
144 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# the master copy of this file is /sys/src/cmd/disk/9660/mk9660.rc
|
||
|
# do NOT edit the copies in /*/bin/disk.
|
||
|
exec disk/dump9660 -M $*
|