Skip to content

Instantly share code, notes, and snippets.

@shimarin
Created August 21, 2016 07:59
Show Gist options
  • Select an option

  • Save shimarin/947055f741ecd7b0136c987c45debecb to your computer and use it in GitHub Desktop.

Select an option

Save shimarin/947055f741ecd7b0136c987c45debecb to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir -p clean
for i in $@; do
java -jar atlassian-xml-cleaner-0.1.jar $i > clean/$i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment