diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-13 15:44:53 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-13 15:44:53 -0500 |
commit | 6d244f379fab3613315bf01124696c3abb1ceb1f (patch) | |
tree | 77e9fd6bd0049a088546e37286681bc3f7e329a8 /sm_new/install | |
parent | b7b65ddf237198c3eefac7a7b8781248b76a871f (diff) | |
download | steuermann-6d244f379fab3613315bf01124696c3abb1ceb1f.tar.gz |
copy sm/ to sm_new/ for a while
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1128 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm_new/install')
-rwxr-xr-x | sm_new/install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sm_new/install b/sm_new/install new file mode 100755 index 0000000..a65f004 --- /dev/null +++ b/sm_new/install @@ -0,0 +1,13 @@ +#!/bin/sh -x +# +# su iraf -c ./install +# + +N=13 + +here=`pwd` + +cd /ssbwebv1/data2/steuermann/run_$N + +cp $here/* . + |