From 0baa5bdaefe5d0bc5954115947d3530d9a6a39f0 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 3 May 2012 22:24:37 -0500 Subject: Added nightly build scripts. --- scripts/pki-update.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/pki-update.sh (limited to 'scripts/pki-update.sh') diff --git a/scripts/pki-update.sh b/scripts/pki-update.sh new file mode 100755 index 0000000..3a09ca0 --- /dev/null +++ b/scripts/pki-update.sh @@ -0,0 +1,6 @@ +#!/bin/sh -x + +SRC_DIR=`cd ../.. ; pwd` + +cd $SRC_DIR/pki +git pull -- cgit