diff options
Diffstat (limited to 'www/news.html')
-rwxr-xr-x | www/news.html | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/www/news.html b/www/news.html index 2699f540..35ee3930 100755 --- a/www/news.html +++ b/www/news.html @@ -2,13 +2,25 @@ <h2>Currently implemented commands:</h2> <p> -basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg, -echo, false, hello, help, mkfifo, mkswap, nc, netcat, oneit, patch, pwd, rmdir, -seq, sha1sum, sleep, sort, sync, tee, touch, toysh, true, tty, uname, which, yes +basename, bzcat, cal, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, +dmesg, echo, env, false, help, link, mkswap, nc, netcat, nice, nohup, oneit, +patch, pwd, rmdir, seq, setsid, sha1sum, sleep, sort, sync, tee, true, +truncate, tty, uname, unlink, unshare, wc, which, xargs, yes </p> +<h2>Shell wrappers:</h2> +<p>dos2unix, tac, unix2dos</p> + <h2>News</h2> +<hr> +<p><b>November 15, 2011</b> - Back from the dead, Toybox is now under a 2 +clause BSD license, and aiming to become the default command line +implementation of Android systems everywhere.</p> + +<p>More to come...</p> + +<hr> <p><b>December 1, 2009</b> - <a href=downloads/toybox-0.1.0.tar.bz2>toybox-0.1.0</a> is out.</p> <p>This release is a couple build fixes and another bugfix to patch.</p> |