1
0
into-the-llm/go

13 lines
270 B
Bash
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/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/⚡)