diff options
Diffstat (limited to 'pack_ds.sh')
-rwxr-xr-x | pack_ds.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pack_ds.sh b/pack_ds.sh new file mode 100755 index 0000000..dad8f7a --- /dev/null +++ b/pack_ds.sh @@ -0,0 +1,13 @@ +#!/bin/sh +# File: /mnt/scripts/template/pack_ds.sh +# Package: deployscripts +# Author: bgstack15 +# Startdate: 2016 +# Title: Script that Packages deployscripts +# Purpose: Provides an easy way to pack the deployscripts together +# History: Started probably in early 2016 +# 2016-10-20 given headers +# Usage: Run ./pack_ds.sh and it will make the new tgz +# Reference: +# Improve: +( cd /mnt/scripts/template && rm -rf deployscripts.tgz && tar -zcf deployscripts.tgz .makecert.exp updateval.sh s*sh; ) |