summaryrefslogtreecommitdiff
path: root/inc/localize_git.sh
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2016-10-20 16:15:23 -0400
committerB Stack <bgstack15@gmail.com>2016-10-20 16:15:23 -0400
commitd60ed67fa4eeeba312646358316e49c0a6cbc6f6 (patch)
tree7cec285c82c1e15cc021086899165afb7bed2385 /inc/localize_git.sh
downloaddeployscripts-d60ed67fa4eeeba312646358316e49c0a6cbc6f6.tar.gz
deployscripts-d60ed67fa4eeeba312646358316e49c0a6cbc6f6.tar.bz2
deployscripts-d60ed67fa4eeeba312646358316e49c0a6cbc6f6.zip
initial commit
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