root/trunk/tsuite/auto/agn_backup.pl

Revision 13, 481 bytes (checked in by gary, 3 years ago)

adjust file properties for ascii and perl files - no source change

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1$out_dir = "c:/projects/cloudy/trunk/tsuite/auto/";
2$agn_dir= "c:/projects/";
3
4# move to the cloudy current directory
5if( !chdir( $agn_dir ) )
6{
7        printf(" invalid directory for agn\n");
8        printf(" was ==%s==\n",$agn_dir );
9        if( $lgLOGGING )
10        {
11                printf(ioLOG " invalid directory for agn\n");
12                printf(ioLOG " was ==%s==\n",$agn_dir );
13        }
14        exit(1);
15}
16# system("ls $agn_dir");
17# make backup copy of agn word docs
18system(
19"tar -cvf \"$out_dir\"\"agn.tar\" agn/*.doc agn/*/*.doc ");
Note: See TracBrowser for help on using the browser.