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