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

Merge branch '4.0release' into develop

This commit is contained in:
winlin 2022-03-18 12:03:52 +08:00
commit c225c3f745
87 changed files with 40336 additions and 34 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
for file in $(git remote -v|grep -v https|grep -v gb28181|grep push|awk '{print $1}'); do
for file in $(git remote -v|grep -v https|grep -v gb28181|grep -v tmp|grep push|awk '{print $1}'); do
echo "";
echo "git push $file $@";
git push $file $@;