Skip to content

Instantly share code, notes, and snippets.

@4lberto
Created August 23, 2017 14:39
Show Gist options
  • Save 4lberto/0ed59f069482a0aa20fc0385d8ae728a to your computer and use it in GitHub Desktop.
Save 4lberto/0ed59f069482a0aa20fc0385d8ae728a to your computer and use it in GitHub Desktop.
Copy al war files to tmp dir
cp $(find . |grep '\.war$' |grep target) /tmp/war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment