forked from Mirrors/freeswitch
5 lines
50 B
Bash
5 lines
50 B
Bash
|
#!/bin/bash
|
||
|
./bootstrap.sh -j
|
||
|
./configure -C
|
||
|
make
|