Last active
January 24, 2021 21:22
-
-
Save gemmadlou/4677055def5fa6e902b867965d64067a to your computer and use it in GitHub Desktop.
Test Installer
This file contains hidden or 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
#!/usr/bin/env bash | |
PROJECT=$1 | |
if [ -z "$PROJECT" ]; then | |
echo "bash -s <folder>" | |
exit | |
fi | |
git clone [email protected]:preons/preons.git $PROJECT | |
cd $PROJECT | |
rm -rf .git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment