~helfrich/+junk/rmutt-package

« back to all changes in this revision

Viewing changes to test/maketest.sh

  • Committer: Serge Helfrich
  • Date: 2015-08-22 09:57:38 UTC
  • Revision ID: serge.helfrich@gmail.com-20150822095738-4uov4m00j2dkuyos
Tags: upstream-0.1.3
ImportĀ upstreamĀ versionĀ 0.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
RM=$1
 
3
N=$(( $2 - 1 ))
 
4
rm -f ${RM}.out
 
5
while [ $N -ge 0 ];
 
6
do
 
7
  echo $RM
 
8
  ../rmutt -i $N $RM >> ${RM}.out
 
9
  echo >> ${RM}.out
 
10
  N=$(( $N - 1 ))
 
11
done
 
 
b'\\ No newline at end of file'