Skip to content

Commit

Permalink
Add compress script
Browse files Browse the repository at this point in the history
  • Loading branch information
strycore committed Jun 25, 2015
1 parent a34aad6 commit 6236aa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions compress
@@ -0,0 +1,6 @@
#!/bin/bash

set -e

tar cvzf ${1}.tar.gz ${1}
rm -rf ${1}
1 change: 0 additions & 1 deletion decrypt
Expand Up @@ -8,7 +8,6 @@
#

IFS=$'\n'
set -e

dest=$1
echo "extracting files to ${dest}"
Expand Down

0 comments on commit 6236aa1

Please sign in to comment.