4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#!/bin/bash
|
||
|
SUBMGR=$1
|
||
|
curl -X GET http://$SUBMGR:8088/ric/v1/subscriptions
|