1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00
srs/trunk/scripts/package-arm.sh

15 lines
324 B
Bash
Raw Normal View History

2014-03-24 05:13:52 +00:00
#!/bin/bash
2014-03-30 04:31:50 +00:00
echo "在Ubuntu12下面交叉编译arm用的脚本"
2014-03-24 05:15:22 +00:00
echo "argv[0]=$0"
if [[ ! -f $0 ]]; then
echo "directly execute the scripts on shell.";
work_dir=`pwd`
else
echo "execute scripts in file: $0";
work_dir=`dirname $0`; work_dir=`(cd ${work_dir} && pwd)`
fi
2014-03-30 04:31:50 +00:00
bash ${work_dir}/package.sh --arm