Home
       iomenu-passwd - iomenu - interactive terminal-based selection menu
  HTML git clone git://bitreich.org/iomenu git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/iomenu
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
       iomenu-passwd (185B)
       ---
            1 #!/bin/sh -e
            2 # display /etc/passwd and /etc/group in iomenu
            3 
            4 {
            5         printf '#/etc/passwd\n'
            6         column-t -F : < /etc/passwd
            7         printf '#/etc/group\n'
            8         column-t -F : < /etc/group
            9 } | iomenu -'#'