mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
2 lines
68 B
Bash
Executable file
2 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
docker rmi $(docker images -q --filter "dangling=true")
|