Skip to content

Commit

Permalink
Create a script for creating release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocolacio committed Apr 27, 2018
1 parent 2c0d592 commit 912f8ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions archive.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
git clone https://github.com/fabiocolacio/marker
cd marker
git submodule update --init --recursive
rm -rf .git .gitignore .gitmodules
cd ..
zip -r marker.zip marker

0 comments on commit 912f8ec

Please sign in to comment.