Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

  1. #! /bin/sh
  2.  
  3. wims_home=`pwd`;
  4. wims_dirtest="$wims_home/wimstest/dirtest";
  5.  
  6. test="test1 test2 test3 test4
  7. test5 test6 test7"
  8.  
  9. for a in $test; do
  10.  $wims_home/src/wims test $wims_dirtest replace $a
  11. done;
  12.