diff options
author | root <root@shack.(none)> | 2010-05-02 20:47:32 +0200 |
---|---|---|
committer | root <root@shack.(none)> | 2010-05-02 20:47:32 +0200 |
commit | 667de73a8186f23df8357391cd96c3eee96eab54 (patch) | |
tree | bfb2d66e3bdd535017a30e56b49f26cf9995b6b4 /noise | |
parent | 2a0c71f3e28e11b61e98b5975116c0809bc49e34 (diff) |
noise: notify ready state with "READY."
Diffstat (limited to 'noise')
-rwxr-xr-x | noise | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |