diff options
Diffstat (limited to 'rc')
| -rwxr-xr-x | rc/bin/" | 2 | ||||
| -rwxr-xr-x | rc/bin/"" | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ rfork en if(test -r /mnt/acme/acme/body) bind /mnt/acme/acme/body /dev/text -PROMPT='[^ ]*%[ ]+' +PROMPT='[^ ]'*'(%|;)[ ]+' fn cmds { grep '^'$PROMPT'[^"]' /dev/text | sed 's/^/ /' @@ -1,6 +1,6 @@ #!/bin/rc -PROMPT='[^ ]*%+[ ]+' +PROMPT='[^ ]*(%|;)+[ ]+' _x = `{" $* | tail -1} if(~ $#_x 0) { |
