5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
docker image rm thebrokenrail/minecraft-pi-reborn:client
|