Created
November 15, 2014 23:31
-
-
Save viktorbenei/0db98fd4dcaa45c956c8 to your computer and use it in GitHub Desktop.
Bitrise: get bitrise VM box info
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 | |
echo "--- Bitrise Box Info:" | |
cat ~/Desktop/box-info.json | |
echo "---------------------" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment