4 lines
73 B
Bash
4 lines
73 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
sudo docker container rm bot
|
||
|
|
sudo docker image rm nijiholo_bot
|