6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ssh unraid "docker ps -a"
|
|
|
|
echo
|
|
read -n 1 -s -r -p "Taste drücken zum Schließen..." |