mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
trap exit INT TERM
|
|
setarch $SET_ARCH /src-bundle.sh &
|
|
wait $!
|