Skip to content

Commit 5390495

Browse files
committed
Add archive script
1 parent c054996 commit 5390495

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/archive

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
3+
set -e
4+
5+
dir=${1:-$HOME/save-my-ears}
6+
7+
tar -cvzf $dir.tar.gz -C $dir/Products .
8+

0 commit comments

Comments
 (0)