From 667de73a8186f23df8357391cd96c3eee96eab54 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 May 2010 20:47:32 +0200 Subject: noise: notify ready state with "READY." --- noise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noise') diff --git a/noise b/noise index b0b5b501..36c86185 100755 --- a/noise +++ b/noise @@ -62,7 +62,7 @@ readline() { s:.*:command='$noise_default_command'; args='&';:p;t " } -while eval "`readline`" ; do +while echo "READY." && eval "`readline`" ; do #echo "command: $command; args: $args" ## modcall for dir in `echo "$NOISE_PATH" | tr : \ ` ; do -- cgit v1.2.3