Skip to content

Commit

Permalink
🔧 [feat/maps] #3 create script for tiles archive extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Jan 7, 2021
1 parent 2f77390 commit ff57847
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public/icons/*
maps/*
!maps/.gitkeep
!maps/createZip
!maps/extractZip

# local env files
.env.local
Expand Down
4 changes: 4 additions & 0 deletions maps/extractZip
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

tar -zxvf maps.vanilla.tar.gz vanilla
tar -zxvf maps.promod.tar.gz promod

0 comments on commit ff57847

Please sign in to comment.