Subversion Repositories wimsdev

Rev

Rev 8799 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. #! /bin/sh
  2. ### execute from wims_home
  3.  
  4. wims_home=`pwd`;
  5. wims_dirsrc="$wims_home/wimstest/dirsrc";
  6.  
  7. for i in `ls $wims_dirsrc/*.sh`; do echo "$i\n"; $i ; done
  8.