Skip to content

Instantly share code, notes, and snippets.

@KentaroAOKI
Created October 4, 2015 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KentaroAOKI/ef868f6c3f69c04ec7f4 to your computer and use it in GitHub Desktop.
Save KentaroAOKI/ef868f6c3f69c04ec7f4 to your computer and use it in GitHub Desktop.
Get the imsi number from beam.
#!/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