diff options
Diffstat (limited to 'docs/busybox.net/screenshot.html')
-rw-r--r-- | docs/busybox.net/screenshot.html | 50 |
1 files changed, 50 insertions, 0 deletions
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 @@ | |||
1 | <html> | ||
2 | |||
3 | <head> | ||
4 | |||
5 | <title> Busybox Screenshot! </title> | ||
6 | |||
7 | <meta name="Author" content="Mark Whitley"> | ||
8 | <meta name="Description" content="A screenshot of Busybox"> | ||
9 | |||
10 | </head> | ||
11 | |||
12 | <body text="#000000" alink="#660000" link="#660000" bgcolor="#dee2de" vlink="#660000"> | ||
13 | |||
14 | <h1> Busybox Screenshot! </h1> | ||
15 | |||
16 | |||
17 | <pre style="background-color: black; color: lightgreen; padding: 5px; | ||
18 | font-family: monospace; font-size: smaller;" width="80%"> | ||
19 | |||
20 | |||
21 | $ ./busybox | ||
22 | BusyBox v0.49 (2001.01.30-17:35+0000) multi-call binary -- GPL2 | ||
23 | |||
24 | Usage: busybox [function] [arguments]... | ||
25 | or: [function] [arguments]... | ||
26 | |||
27 | BusyBox is a multi-call binary that combines many common Unix | ||
28 | utilities into a single executable. Most people will create a | ||
29 | link to busybox for each function they wish to use, and BusyBox | ||
30 | will act like whatever it was invoked as. | ||
31 | |||
32 | Currently defined functions: | ||
33 | basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear, | ||
34 | cp, cut, date, dd, df, dirname, dmesg, du, echo, false, find, | ||
35 | free, grep, gunzip, gzip, halt, head, id, init, kill, killall, | ||
36 | ln, logger, ls, lsmod, mkdir, mknod, mkswap, more, mount, mv, | ||
37 | poweroff, ps, pwd, reboot, reset, rm, rmdir, sed, sh, sleep, sort, | ||
38 | swapoff, swapon, sync, syslogd, tail, tar, touch, true, tty, umount, | ||
39 | uname, uniq, uptime, wc, which, whoami, xargs, yes, zcat | ||
40 | |||
41 | $ <blink>_</blink> | ||
42 | |||
43 | </pre> | ||
44 | |||
45 | </div> | ||
46 | |||
47 | </body> | ||
48 | |||
49 | </html> | ||
50 | |||