4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
doas vnconfig -v vnd0 $1
|
||
|
doas mount -v -t cd9660 /dev/vnd0c /mnt
|