mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
Tools: Copy to gits
This commit is contained in:
parent
74043b4153
commit
ea417201b3
1 changed files with 3 additions and 3 deletions
|
@ -13,10 +13,10 @@ if [[ ! -d ~/git/signaling ]]; then
|
|||
fi
|
||||
|
||||
echo "Copy signaling"
|
||||
cp -R ~/git/signaling/* signaling/
|
||||
cp -R signaling/* ~/git/signaling/ && (cd ~/git/signaling && git st)
|
||||
|
||||
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"
|
||||
cp -R ~/git/srs-bench/* srs-bench/
|
||||
cp -R srs-bench/* ~/git/srs-bench/ && (cd ~/git/srs-bench && git st)
|
Loading…
Reference in a new issue