1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

rename core to app

This commit is contained in:
winlin 2014-03-01 09:56:48 +08:00
parent 6616dfecfc
commit c2ccb83912
55 changed files with 57 additions and 54 deletions

3
trunk/auto/rename.sh Executable file
View file

@ -0,0 +1,3 @@
from=$1
to=$2
echo "rename from $from to $to"