mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 20:00:26 +00:00
12 lines
239 B
Bash
12 lines
239 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# This script is used so the thisbuild compile project can have multiple
|
||
|
# architectures compile the software to check portability. Please leave
|
||
|
# this file in tact! - Justin
|
||
|
|
||
|
./build.sh 2>&1
|
||
|
ojnk=$?
|
||
|
|
||
|
echo "Return Code: $ojnk"
|
||
|
|