diff options
author | Mark Whitley <markw@lineo.com> | 2001-01-30 23:37:15 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-01-30 23:37:15 +0000 |
commit | ac21e93a3fcac80d33cae6a69ef395fc74ba597b (patch) | |
tree | fc360814b896a47fdc1d3489b16c2abe866067a1 /docs | |
parent | 4bbdd788e03d2aad25bd00caac69d86d02089824 (diff) | |
download | busybox-ac21e93a3fcac80d33cae6a69ef395fc74ba597b.tar.gz |
Added a new screenshot of Busybox. :-)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/index.html | 6 | ||||
-rw-r--r-- | docs/busybox.net/screenshot.html | 50 |
2 files changed, 56 insertions, 0 deletions
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index e54a7683e..7352c1bc0 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html @@ -60,6 +60,12 @@ BusyBox is licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a> <p> +<h3> Screenshot </h3> + +<p> Because everybody loves screenshots, a <a href="screenshot.html"> +screenshot</a> of BusyBox is now available <a href="screenshot.html"> right +here</a> + <H3>Mailing List Information</h3> BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>! To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>. diff --git a/docs/busybox.net/screenshot.html b/docs/busybox.net/screenshot.html new file mode 100644 index 000000000..ff0d4f143 --- /dev/null +++ b/docs/busybox.net/screenshot.html @@ -0,0 +1,50 @@ +<html> + +<head> + +<title> Busybox Screenshot! </title> + +<meta name="Author" content="Mark Whitley"> +<meta name="Description" content="A screenshot of Busybox"> + +</head> + +<body text="#000000" alink="#660000" link="#660000" bgcolor="#dee2de" vlink="#660000"> + +<h1> Busybox Screenshot! </h1> + + +<pre style="background-color: black; color: lightgreen; padding: 5px; +font-family: monospace; font-size: smaller;" width="80%"> + + +$ ./busybox +BusyBox v0.49 (2001.01.30-17:35+0000) multi-call binary -- GPL2 + +Usage: busybox [function] [arguments]... + or: [function] [arguments]... + + BusyBox is a multi-call binary that combines many common Unix + utilities into a single executable. Most people will create a + link to busybox for each function they wish to use, and BusyBox + will act like whatever it was invoked as. + +Currently defined functions: + basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear, + cp, cut, date, dd, df, dirname, dmesg, du, echo, false, find, + free, grep, gunzip, gzip, halt, head, id, init, kill, killall, + ln, logger, ls, lsmod, mkdir, mknod, mkswap, more, mount, mv, + poweroff, ps, pwd, reboot, reset, rm, rmdir, sed, sh, sleep, sort, + swapoff, swapon, sync, syslogd, tail, tar, touch, true, tty, umount, + uname, uniq, uptime, wc, which, whoami, xargs, yes, zcat + +$ <blink>_</blink> + +</pre> + +</div> + +</body> + +</html> + |