4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
#!/bin/sh -x
|
|
_dev=${1:-sd2}
|
|
doas /sbin/mount_ffs /dev/${_dev}a /mnt
|