mountfs 190 B

1234567891011121314
  1. #!/bin/rc
  2. # desc: choose and mount file system partition
  3. # prereq: configfs
  4. switch($fstype){
  5. case fossil fossil+venti
  6. exec mountfossil $*
  7. case *
  8. mountfs=notdone
  9. export mountfs
  10. exit
  11. }