From ce6750ac69a7a80a18db7f0d7a217cbf37c7a04c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 29 Nov 2007 18:32:20 -0600 Subject: Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too. --- toys/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'toys/Config.in') diff --git a/toys/Config.in b/toys/Config.in index 0c3cb1e3..7c75d255 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -269,6 +269,14 @@ config READLINK_F -f Show final location, including normal files and multiple symlinks. +config SHA1SUM + bool "sleep" + default y + help + usage: sha1sum [file...] + + Calculate sha1 hash of files (or stdin). + config SLEEP bool "sleep" default y -- cgit v1.2.3