Files
establo/backend/stopAll
2024-08-13 16:46:44 -04:00

4 lines
44 B
Bash
Executable File

#!/bin/bash
docker stop $(docker ps -a -q)