Skip to content

Instantly share code, notes, and snippets.

@gemmadlou
Last active January 24, 2021 21:22
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 gemmadlou/4677055def5fa6e902b867965d64067a to your computer and use it in GitHub Desktop.
Save gemmadlou/4677055def5fa6e902b867965d64067a to your computer and use it in GitHub Desktop.
Test Installer
#!/usr/bin/env bash
PROJECT=$1
if [ -z "$PROJECT" ]; then
echo "bash -s <folder>"
exit
fi
git clone git@github.com: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