mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 08:05:45 +00:00
6 lines
176 B
Bash
Executable File
6 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Go to repository root
|
|
cd "$(dirname "$0")/../.." || exit 2
|
|
|
|
docker run --rm -v "$(pwd):/mnt/oat" oat /bin/bash -c "/mnt/oat/generate.sh && /mnt/oat/build-linux.sh" |