Bootstrap : Remove tmp touch.

This commit is contained in:
Dmitry Voronin 2024-02-20 21:22:19 +03:00
parent 5acd3750e0
commit 76dfd7ae88

View file

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