2009-11-30 17:04:30 +00:00
|
|
|
#!/bin/bash
|
|
|
|
# this script must be run from openzap root dir and it is assuming
|
|
|
|
# FreeSWITCH is trunk is located at ../../
|
|
|
|
fsdir=../..
|
2009-12-01 21:49:51 +00:00
|
|
|
set -x
|
2009-11-30 17:04:30 +00:00
|
|
|
cp Debug/*.dll $fsdir/Debug/
|
|
|
|
cp Debug/mod/*.dll $fsdir/Debug/mod/
|
2009-12-01 21:49:51 +00:00
|
|
|
set +x
|
2009-11-30 17:04:30 +00:00
|
|
|
|