mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
665aa967cd
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@920 a93c3328-9c30-0410-af19-c9cd2b2d52af
10 lines
216 B
Bash
10 lines
216 B
Bash
#!/bin/bash
|
|
# this script must be run from openzap root dir and it is assuming
|
|
# FreeSWITCH is trunk is located at ../../
|
|
fsdir=../..
|
|
set -x
|
|
cp Debug/*.dll $fsdir/Debug/
|
|
cp Debug/mod/*.dll $fsdir/Debug/mod/
|
|
set +x
|
|
|