ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/yiiyama/Toolset/scripts/dirget
Revision: 1.1
Committed: Sat May 19 14:47:43 2012 UTC (12 years, 11 months ago) by yiiyama
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 yiiyama 1.1 #!/bin/bash
2    
3     dir=$1
4    
5     for file in $(nsls $dir); do
6     stager_get -U yiiyama -M $dir/$file
7     done