source: Sophya/trunk/ArchTOIPipe/fan_copy@ 1691

Last change on this file since 1691 was 1691, checked in by aubourg, 24 years ago

repartition en repertoires

  • Property svn:executable set to *
File size: 150 bytes
Line 
1#!/bin/csh
2
3foreach d (kernel pipes processors sophya)
4 echo ""
5 echo "****" $d
6 foreach f (`cat files_$d`)
7 echo $f
8 cp -p $f $d/$f
9 end
10end
Note: See TracBrowser for help on using the repository browser.