Gitiles
Code Review
Sign In
gerrit-dev.monogon.dev
/
monogon
/
3ea707028e5f140b1a5186a7086c0089a70c8f9c
/
.
/
scripts
/
destroy_container.sh
blob: 13fefe3af6c6894f897861af5132960976016bcd [
file
] [
log
] [
blame
]
#!/bin/bash
podman stop smalltown
-
dev
podman rm smalltown
-
dev
--
force