Skip to content

Commit

Permalink
add beforeBuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptochangements34 committed Jul 24, 2019
1 parent a902809 commit 811820d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/beforeBuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

mkdir www
cp -r src/. www
cp -r src_specific/. www

0 comments on commit 811820d

Please sign in to comment.