summaryrefslogtreecommitdiffstats
path: root/scripts/pki-pull.sh
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2018-05-16 20:23:58 +0200
committerEndi S. Dewata <edewata@redhat.com>2018-05-16 20:23:58 +0200
commit7b8f505e9b9460e144d1cfca56a94d24d2c6b136 (patch)
tree6e74a98c403cb233de01df89019b146d6e22090d /scripts/pki-pull.sh
parentec842e618d1def4eab56a56db315fca83e53b48c (diff)
downloadpki-dev-7b8f505e9b9460e144d1cfca56a94d24d2c6b136.tar.gz
pki-dev-7b8f505e9b9460e144d1cfca56a94d24d2c6b136.tar.xz
pki-dev-7b8f505e9b9460e144d1cfca56a94d24d2c6b136.zip
Updated PKI scripts
Diffstat (limited to 'scripts/pki-pull.sh')
-rwxr-xr-xscripts/pki-pull.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/pki-pull.sh b/scripts/pki-pull.sh
new file mode 100755
index 0000000..3a09ca0
--- /dev/null
+++ b/scripts/pki-pull.sh
@@ -0,0 +1,6 @@
+#!/bin/sh -x
+
+SRC_DIR=`cd ../.. ; pwd`
+
+cd $SRC_DIR/pki
+git pull