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-src-bundle.sh
2023-03-27 23:02:16 -03:00

7 lines
80 B
Bash
Executable File

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