diff options
author | John Beppu <beppu@lbox.org> | 1999-12-10 05:27:16 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 1999-12-10 05:27:16 +0000 |
commit | 059f152a7a2d1796cf93d1a79f33055d38b94f2a (patch) | |
tree | f099ca4df6d8a137af037e0bfd6976d06a627e66 /busybox.def.h | |
parent | 29fcc90f3e0ebd8b4d4d5f1a96741f982baa38f1 (diff) | |
download | busybox-w32-059f152a7a2d1796cf93d1a79f33055d38b94f2a.tar.gz busybox-w32-059f152a7a2d1796cf93d1a79f33055d38b94f2a.tar.bz2 busybox-w32-059f152a7a2d1796cf93d1a79f33055d38b94f2a.zip |
Implemented tee(1).
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index efab4941c..cd3447f15 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -59,8 +59,9 @@ | |||
59 | #define BB_SWAPONOFF | 59 | #define BB_SWAPONOFF |
60 | #define BB_SYNC | 60 | #define BB_SYNC |
61 | #define BB_SYSLOGD | 61 | #define BB_SYSLOGD |
62 | #define BB_TAR | ||
63 | #define BB_TAIL | 62 | #define BB_TAIL |
63 | #define BB_TAR | ||
64 | #define BB_TEE | ||
64 | #define BB_TOUCH | 65 | #define BB_TOUCH |
65 | #define BB_TRUE_FALSE | 66 | #define BB_TRUE_FALSE |
66 | #define BB_UMOUNT | 67 | #define BB_UMOUNT |