5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
docker exec -it mgmt-framework /usr/sbin/cli/clish_start "$@"
|
||
|
|