user input

parent d2ec02d4
......@@ -9,7 +9,7 @@ Z2=$(echo $filename | cut -d "_" -f3,4,5,6,7 | cut -d "." -f1)
L2A=$Z1"_MSIL2A_"$Z2
if [ ! -e $L2A.zip ]; then
echo "Processing: " $filename
echo "Processing: " $filename " into " $L2A.zip
# unzip -o $filename
# DIRNAME=$(echo $filename | cut -d "/" --complement -f1,2)
# DIRNAME=$(echo $DIRNAME | cut -d "." -f1).SAFE
......@@ -19,6 +19,6 @@ if [ ! -e $L2A.zip ]; then
# rm -r $L2A.SAFE/
# rm -r $DIRNAME/
else
echo "PASSING: " $filename " found"
echo "PASSING: " $L2A.zip " found"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment