Created
October 4, 2015 00:56
-
-
Save KentaroAOKI/ef868f6c3f69c04ec7f4 to your computer and use it in GitHub Desktop.
Get the imsi number from beam.
This file contains 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/sh | |
wget http://beam.soracom.io:8888/ –O soraenv | |
. soraenv | |
echo $SORACOM_IMSI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment