mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
7285a491c1
intelligent with symlinks or put in a switch for things like dump9660, this is of rather limited utility under Unix.
5 lines
144 B
Bash
Executable file
5 lines
144 B
Bash
Executable file
#!/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 $*
|