4 lines
118 B
Plaintext
4 lines
118 B
Plaintext
|
#!/bin/bash
|
||
|
[[ ! $1 ]] && echo "no app set, usage term <nodred app>" && exit
|
||
|
docker exec -it $1-nodered-app /bin/bash
|