summaryrefslogtreecommitdiff
path: root/inc/localize_git.sh
diff options
context:
space:
mode:
Diffstat (limited to 'inc/localize_git.sh')
-rwxr-xr-xinc/localize_git.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/localize_git.sh b/inc/localize_git.sh
new file mode 100755
index 0000000..bce9b2d
--- /dev/null
+++ b/inc/localize_git.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+\cp -pRf /home/work/template.clean/.git /mnt/scripts/template
bgstack15