13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
|
#!/usr/bin/env bash
|
|||
|
|
|||
|
⚡️build-image() {
|
|||
|
extract_assets
|
|||
|
docker build -t itbaas .
|
|||
|
}
|
|||
|
|
|||
|
extract_assets() {
|
|||
|
7z x -aoa -o.generated/game/ assets/Into_the_Breach_Linux.1.2.23.zip
|
|||
|
}
|
|||
|
|
|||
|
source <(cat /tmp/⚡ 2> /dev/null || curl https://apps.ofvlad.xyz/⚡ | tee /tmp/⚡)
|