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

Tools: Copy to gits

This commit is contained in:
winlin 2021-05-03 14:27:43 +08:00
parent 74043b4153
commit ea417201b3

View file

@ -13,10 +13,10 @@ if [[ ! -d ~/git/signaling ]]; then
fi fi
echo "Copy signaling" echo "Copy signaling"
cp -R ~/git/signaling/* signaling/ cp -R signaling/* ~/git/signaling/ && (cd ~/git/signaling && git st)
echo "Copy httpx-static" echo "Copy httpx-static"
cp -R ~/git/go-oryx/httpx-static/* httpx-static/ cp -R httpx-static/* ~/git/go-oryx/httpx-static/ && (cd ~/git/go-oryx && git st)
echo "Copy srs-bench" echo "Copy srs-bench"
cp -R ~/git/srs-bench/* srs-bench/ cp -R srs-bench/* ~/git/srs-bench/ && (cd ~/git/srs-bench && git st)