1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-18 06:03:01 +00:00
2009-12-01 21:49:51 +00:00

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