mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-05-03 06:58:53 +03:00
10 lines
184 B
Bash
Executable File
10 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
. ./params.cfg
|
|
|
|
set -x
|
|
PYTHONPATH=$PYSIM_DIR ../rcp_client.py $VERBOSE \
|
|
--uri $RCPC_SERVER_URI \
|
|
--ca-cert $CA_CERT \
|
|
-p $PCSC_READER \
|
|
-h
|