4 lines
43 B
Plaintext
4 lines
43 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
docker start $(docker ps -a -q)
|