Skip to content

Instantly share code, notes, and snippets.

@trydofor
Last active September 9, 2017 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trydofor/a1a519a497e0cf3044d7d0c928bd7281 to your computer and use it in GitHub Desktop.
Save trydofor/a1a519a497e0cf3044d7d0c928bd7281 to your computer and use it in GitHub Desktop.
maven mkdir
#!/bin/bash
pkg=`echo $1 | tr '.' '/'`
mkdir -p src/{main,test}/resources
mkdir -p src/{main,test}/java/$pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment