Skip to content

Instantly share code, notes, and snippets.

@cwvhogue
Created October 16, 2013 21:43
Show Gist options
  • Select an option

  • Save cwvhogue/7015417 to your computer and use it in GitHub Desktop.

Select an option

Save cwvhogue/7015417 to your computer and use it in GitHub Desktop.
Inner loop mjob for image conversion script, which re-uses a list of input files saved earlier with a single mfind call.
echo /${MANTA_USER}/${USER_PATH}/${USER_ORIGINALS}/input_list.txt | \
mjob create ${MJOB_ARGS} "xargs mcat" -m "${CONVERT_JOB} && ${MPIPE_STR} < ${PDIR_STR}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment