diff --git a/.Bootstrap.sh b/.Bootstrap.sh index 86672fd..5fec82a 100644 --- a/.Bootstrap.sh +++ b/.Bootstrap.sh @@ -1,8 +1,5 @@ #!/usr/bin/env bash -# Temproraty test. -touch INIT_DOT - # Check if this is already a git repo. if [[ -d ".git" ]]; then echo "Found the .git directory. Already initialized?"