diff options
author | B Stack <bgstack15@gmail.com> | 2016-10-20 16:15:23 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2016-10-20 16:15:23 -0400 |
commit | d60ed67fa4eeeba312646358316e49c0a6cbc6f6 (patch) | |
tree | 7cec285c82c1e15cc021086899165afb7bed2385 /pack_ds.sh | |
download | deployscripts-d60ed67fa4eeeba312646358316e49c0a6cbc6f6.tar.gz deployscripts-d60ed67fa4eeeba312646358316e49c0a6cbc6f6.tar.bz2 deployscripts-d60ed67fa4eeeba312646358316e49c0a6cbc6f6.zip |
initial commit
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; ) |