From f2f98fa34e9c00c2b5366fb6a9a912cf94f9a157 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 17 May 2007 02:38:27 -0400 Subject: Add sleep. --- 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 ff4c68a3..fcec743e 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -217,6 +217,14 @@ config READLINK_FINAL -f Show final location, including normal files and multiple symlinks. +config SLEEP + bool "sleep" + default n + help + usage: sleep SECONDS + + Wait a decimal integer number of seconds. + config SYNC bool "sync" default n -- cgit v1.2.3