3 lines
91 B
Fish
3 lines
91 B
Fish
function mount_ro
|
|
command mount -o ro,noexec,noatime,nodev,nosuid,noiversion $argv
|
|
end
|