Remove tools from README - ubase - suckless linux base utils
 (HTM) git clone git://git.suckless.org/ubase
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d81c43ee3fd2112893f3d7634929f7d8cea4141d
 (DIR) parent d2a7d5aeca8789476549599b1266850d6cf4719c
 (HTM) Author: sin <sin@2f30.org>
       Date:   Sat, 29 Nov 2014 21:43:07 +0000
       
       Remove tools from README
       
       Diffstat:
         M README                              |      50 -------------------------------
       
       1 file changed, 0 insertions(+), 50 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -4,56 +4,6 @@ ubase - suckless linux base utils
        ubase is  a collection of  tools similar  in spirit to  util-linux but
        much simpler.
        
       -The following programs are currently implemented:
       -
       -chvt
       -clear
       -ctrlaltdel
       -dd
       -df
       -dmesg
       -eject
       -fallocate
       -free
       -freeramdisk
       -fsfreeze
       -getty
       -halt
       -hwclock
       -id
       -insmod
       -killall5
       -last
       -lastlog
       -login
       -lsmod
       -lsusb
       -mesg
       -mknod
       -mkswap
       -mount
       -mountpoint
       -pagesize
       -passwd
       -pidof
       -pivot_root
       -ps
       -readahead
       -respawn
       -rmmod
       -stat
       -su
       -swapoff
       -swapon
       -switch_root
       -sysctl
       -truncate
       -umount
       -unshare
       -uptime
       -watch
       -who
       -
        The complement  of ubase  is sbase[1] which  mostly follows  POSIX and
        provides all the portable tools.  Together they are intended to form a
        base system similar to busybox but much smaller and suckless.