mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-15 03:00:11 +00:00
2 lines
41 B
Bash
Executable file
2 lines
41 B
Bash
Executable file
#!/bin/bash
|
|
docker rm $(docker ps -a -q)
|