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