mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-08-30 13:43:54 +08:00
6 lines
158 B
Bash
Executable file
6 lines
158 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# convenience script to destroy any running containers
|
|
sudo docker rm -f devmysql
|
|
sudo docker rm -f plugindevwp
|
|
sudo docker rm -f seleniumserver
|