gin_upload_all_dirs.csh 81 B

1234567
  1. #!/bin/tcsh
  2. set all_dirs = `ls`
  3. foreach ff ( $all_dirs )
  4. gin upload $ff
  5. end