diff options
author | Rob Landley <rob@landley.net> | 2007-11-29 18:32:20 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-11-29 18:32:20 -0600 |
commit | ce6750ac69a7a80a18db7f0d7a217cbf37c7a04c (patch) | |
tree | cbe4209a7f4a3ca80163128bb3e6e6b0257cf5a4 /toys/toylist.h | |
parent | efda21ca931766eed6cfc49d1b2122c53827d9fc (diff) | |
download | toybox-ce6750ac69a7a80a18db7f0d7a217cbf37c7a04c.tar.gz |
Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/toylist.h b/toys/toylist.h index 074ddbb8..e3fb4d7c 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -124,6 +124,7 @@ USE_ONEIT(NEWTOY(oneit, "+<1p", TOYFLAG_SBIN)) USE_PWD(NEWTOY(pwd, NULL, TOYFLAG_BIN)) USE_READLINK(NEWTOY(readlink, "<1f", TOYFLAG_BIN)) USE_TOYSH(OLDTOY(sh, toysh, "c:i", TOYFLAG_BIN)) +USE_SHA1SUM(NEWTOY(sha1sum, NULL, TOYFLAG_USR|TOYFLAG_BIN)) USE_SLEEP(NEWTOY(sleep, "<1", TOYFLAG_BIN)) USE_SYNC(NEWTOY(sync, NULL, TOYFLAG_BIN)) USE_TOUCH(NEWTOY(touch, "l#t:r:mca", TOYFLAG_BIN)) |