Summary Files CommitsBranches @commit@diff
path: root/scripts/toggle-repo.sh
diff options
context:
space:
mode:
Commit80b4c81b618d4e75b301ac1dd5adfb47f91deca7 (patch )
AuthorSyndamia <kamen@syndamia.com>2022-08-04 17:41:27 +0300
CommitterSyndamia <kamen@syndamia.com>2022-08-04 17:41:27 +0300
Filesbc7d94935b273a1aa9b1a1b69c2bbc853c8a32e7 /scripts/toggle-repo.sh
dotfiles-80b4c81b618d4e75b301ac1dd5adfb47f91deca7.tar
dotfiles-80b4c81b618d4e75b301ac1dd5adfb47f91deca7.tar.gz
dotfiles-80b4c81b618d4e75b301ac1dd5adfb47f91deca7.zip
Parenta47706a5bd5ee5be16e3fe443b6008cac9ee741d (diff)
Moved a lot of stuff to a new folder called .a
1 files changed, 0 insertions, 7 deletions
-rwxr-xr-xscripts/toggle-repo.sh7
diff --git a/scripts/toggle-repo.sh b/scripts/toggle-repo.sh
deleted file mode 100755
index ffbcb57..0000000
--- a/scripts/toggle-repo.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-if [[ -d ".git" ]]; then
- sudo mv .git .git.disabled
-else
- sudo mv .git.disabled .git
-fi