From a19a5dd79514924db3b57a302f02b394721d08fc Mon Sep 17 00:00:00 2001 From: Brian Caine Date: Sat, 27 Oct 2007 22:05:21 -0400 Subject: [PATCH] Created the script to automatically updating the zipfiles. --- update_zip.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 update_zip.sh diff --git a/update_zip.sh b/update_zip.sh new file mode 100644 index 0000000..8019902 --- /dev/null +++ b/update_zip.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +cd pack_out/ +zip ../pack/sample_pack_contents.zip ./* +cd .. + +# end -- 2.11.4.GIT