source: configs/testing/bash/svn_add_RUNS.sh @ 1057

Last change on this file since 1057 was 1036, checked in by dubos, 4 years ago

testing : porting to Jean Zay

  • Property svn:executable set to *
File size: 201 bytes
Line 
1#!/bin/bash
2
3# execute this script while in the root directory
4
5cd RUNS_arch
6svn add  --parents $(find . -name *.xml)
7svn add  --parents $(find . -name *.def)
8svn add  --parents $(find . -name job.sh)
Note: See TracBrowser for help on using the repository browser.