Created
May 12, 2016 19:27
-
-
Save opdavies/0e25ef7c44858c7d3c696dd7a18af1a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rm -rf drupalvm.phar drupalvm.phar.version | |
box build | |
shasum drupalvm.phar | awk '{print $1}' > drupalvm.phar.version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment