From b3e1d6dbd5497d6ae4729df2c8018df435429e76 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 30 Oct 2018 19:38:36 -0500 Subject: [PATCH] Promote watch to other. --- toys/{pending => other}/watch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename toys/{pending => other}/watch.c (99%) diff --git a/toys/pending/watch.c b/toys/other/watch.c similarity index 99% rename from toys/pending/watch.c rename to toys/other/watch.c index 42dc25c2..ab51148c 100644 --- a/toys/pending/watch.c +++ b/toys/other/watch.c @@ -5,12 +5,12 @@ * * No standard. See http://man7.org/linux/man-pages/man1/watch.1.html * - * TODO: add + * TODO: trailing combining characters USE_WATCH(NEWTOY(watch, "^<1n%<100=2000tebx", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE)) config WATCH bool "watch" - default n + default y help usage: watch [-teb] [-n SEC] PROG ARGS -- 2.39.2