mirror of
https://github.com/ossrs/srs.git
synced 2025-10-14 02:43:34 +08:00
Update script.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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 "";
|
||||||
echo "git push $file $@";
|
echo "git push $file $@";
|
||||||
git push $file $@;
|
git push $file $@;
|
||||||
|
Reference in New Issue
Block a user