mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/bash
|
|
echo "Removing Revolt container."
|
|
docker kill revolt
|
|
docker rm revolt
|