bigbluebutton-Github/bbb-common-web/docker-clean.sh

3 lines
42 B
Bash
Raw Normal View History

2022-04-09 02:46:54 +08:00
#!/bin/bash
docker rm -f $(docker ps -aq)