Home
       tio-fstab - iomenu - interactive terminal-based selection menu
  HTML git clone git://bitreich.org/iomenu git://hg6vgqziawt5s4dj.onion/iomenu
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
       tio-fstab (168B)
       ---
            1 #!/bin/sh -e
            2 # display mounts and fstab in iomenu
            3 
            4 {
            5         echo "#/etc/fstab"
            6         column-t -F '[ \t]' /etc/fstab
            7         echo "#mount"
            8         mount | column-t -F '[ \t]'
            9 } | exec iomenu -#