Files
pokemon-foundry/build.sh
2025-08-03 13:24:57 +02:00

9 lines
93 B
Bash
Executable File

#!/bin/bash
pushd "build"
./build.sh
popd
git add .
git commit -m ":sparkles:"
git push