Created
May 4, 2016 09:47
-
-
Save whywaita/d1a058fcef2b580c5bf66219c0e77921 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -euo pipefail | |
REPORT_NAME=$1 | |
git clone https://github.com/kakakaya/mics_report ${REPORT_NAME} | |
rm -rf ${REPORT_NAME}/.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment