Skip to content
Failed

Changes

Summary

  1. pySim-shell: New '-e' command line argument (details)
Commit 6308c8d53f4e6d2fdc4566788595445f5ddf1823 by laforge
pySim-shell: New '-e' command line argument

Using '-e' it is possible to specify *multiple* pySim-shell commands
which shall be executed at startup.  This extends the current ability
to execute just a single command.

Example:
./pySim-shell.py -p0 -e 'select ADF.USIM/EF.IMSI' -e 'read_binary_decoded'

Change-Id: I74004f46105553f077c039ca0f86f75afccc7342
The file was modifiedpySim-shell.py