From ab1e5224f7416e4aeeaaae6e807685330e4124e0 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 3 Oct 2016 11:47:37 -0400 Subject: added script that brings in the .git directory to the localized project folder --- inc/localize_git.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 inc/localize_git.sh diff --git a/inc/localize_git.sh b/inc/localize_git.sh new file mode 100755 index 0000000..7dd2381 --- /dev/null +++ b/inc/localize_git.sh @@ -0,0 +1,2 @@ +#!/bin/sh +\cp -pRf /home/bgstack15/ansible.clean/.git /etc/ansible -- cgit