8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00
firebird-mirror/builds/docker/linux/x86-x64/scripts/entry.sh
2022-12-02 22:28:13 -03:00

7 lines
75 B
Bash
Executable File

#!/bin/sh
set -e
trap exit INT TERM
setarch $SET_ARCH /build.sh &
wait $!