mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
3 lines
46 B
Bash
Executable file
3 lines
46 B
Bash
Executable file
from=$1
|
|
to=$2
|
|
echo "rename from $from to $to"
|