6 lines
110 B
Bash
Executable file
6 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
|
|
echo "Use the sequence Ctrl+P, Ctrl+Q to detach."
|
|
docker attach pso-newserv
|