diff options
| author | fukachan <fukachan> | 2002-12-26 14:55:50 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-12-26 14:55:50 +0000 |
| commit | 57445e42f5dbdb4f4db7c5e01443774ae46a5e2b (patch) | |
| tree | 06327a4234cf21ca831ae158fcc739ed75c138b5 | |
| parent | 287a6186f22c228ce07a7de6236425475663637e (diff) | |
| download | fml8-57445e42f5dbdb4f4db7c5e01443774ae46a5e2b.tar.gz fml8-57445e42f5dbdb4f4db7c5e01443774ae46a5e2b.tar.bz2 fml8-57445e42f5dbdb4f4db7c5e01443774ae46a5e2b.zip | |
ls -laR after newml. add $FML$
| -rwxr-xr-x | regress/simulation/test_newml.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/regress/simulation/test_newml.sh b/regress/simulation/test_newml.sh index bb1a0e32..8e919b27 100755 --- a/regress/simulation/test_newml.sh +++ b/regress/simulation/test_newml.sh @@ -1,3 +1,8 @@ +#!/bin/sh +# +# $FML$ +# + SHOW () { head -30 /tmp/nuinui/*rudo/include* \ /tmp/nuinui/etc/mail/aliases \ @@ -19,6 +24,8 @@ SHOW () { makefml newml rudo@nuinui.net SHOW + ls -lRa /tmp/nuinui + printf "\n*** rmml *** \n\n" printf "\n\n\n" > /dev/stderr @@ -26,3 +33,7 @@ SHOW () { SHOW ) 2>&1 | tee /tmp/rr + +echo See /tmp/rr + +exit 0 |
