summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende/etc/download-script/sca-test.sh
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-02 04:40:30 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-02 04:40:30 +0000
commit9504f9126af4be1d780f20a87b9e650b0096a7fe (patch)
treea8779e8e7c9056e63633c59e00942e8115f928db /sandbox/lresende/etc/download-script/sca-test.sh
parent2c2b9f6915f4d122bcb3366866358fbf21db5cfd (diff)
Updating download scripts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917873 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-xsandbox/lresende/etc/download-script/sca-test.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/sandbox/lresende/etc/download-script/sca-test.sh b/sandbox/lresende/etc/download-script/sca-test.sh
new file mode 100755
index 0000000000..56497f5f8b
--- /dev/null
+++ b/sandbox/lresende/etc/download-script/sca-test.sh
@@ -0,0 +1,10 @@
+ #!/bin/bash
+
+ for year in 2007 2008 2009 2010; do
+ for month in 01 02 03 04 05 06 07 08 09 10 11 12; do
+ log_file=${year}/${year}-${month}.log
+ echo ${log_file}
+ if[ -f ${log_file}] then
+ echo ${log_file};
+ done
+ done \ No newline at end of file