aboutsummaryrefslogtreecommitdiff
path: root/Scripts/.local/scripts/create_repo
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/.local/scripts/create_repo')
-rwxr-xr-xScripts/.local/scripts/create_repo4
1 files changed, 0 insertions, 4 deletions
diff --git a/Scripts/.local/scripts/create_repo b/Scripts/.local/scripts/create_repo
deleted file mode 100755
index 1191c4c..0000000
--- a/Scripts/.local/scripts/create_repo
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-
-ssh git@git.aryadevchavali.com "mkdir -p /git/$1.git; git init --bare /git/$1.git";
-git clone git@git.aryadevchavali.com:/git/$1