3 lines
107 B
Bash
Executable file
3 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
[[ ! $1 ]] && echo "no app set, usage term <nodred app>" && exit
|
|
docker attach $1-nodered-app
|