Commit c1da5a74 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent 2ea681af
#!/bin/bash
#!/bin/sh
JP2DIR=$1 #JP2 Directory
POLYGON=$2 #Crop Window
JOBS=${3:-1}
if [ "$#" -le 2 ]; then
if [ "$#" -le 1 ]; then
echo "Usage " $0 " <Parent Directory with subdirectories> <POLYGON> [jobs]"
exit
fi
......
#!/bin/sh
echo 1:$1 2:$2
echo 1:$1 2:"$2"
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