Skip to content

Commit

Permalink
Added release creator script
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenlioglu committed Oct 28, 2018
1 parent 8cfe2ed commit 716d7f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions create_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
mkdir tor-cli-local tor-cli-remote

cp -rf {bin,gpg_gen_template.txt,install_prereqs.sh,local.sh} tor-cli-local/
cp -rf {bin,gpg_gen_template.txt,install_prereqs.sh,remote.sh} tor-cli-remote/
rm -rf tor-cli-remote/bin/local
rm -rf tor-cli-local/bin/remote

tar -czf tor-cli-local.tgz tor-cli-local
tar -czf tor-cli-remote.tgz tor-cli-remote

rm -rf tor-cli-local tor-cli-remote

0 comments on commit 716d7f8

Please sign in to comment.