diff options
-rwxr-xr-x | sm/install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sm/install b/sm/install new file mode 100755 index 0000000..eca574e --- /dev/null +++ b/sm/install @@ -0,0 +1,13 @@ +#!/bin/sh -x +# +# su iraf -c sh install +# + +N=4 + +here=`pwd` + +cd /ssbwebv1/data2/steuermann/run_$N + +cp $here/* . + |