Skip to content

Commit

Permalink
Refine script.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 9, 2024
1 parent 86ca4be commit 1c45ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trunk/scripts/copy_to_gits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ fi
echo "Copy signaling"
cp -R 3rdparty/signaling/* ~/git/signaling/ &&
cp -R 3rdparty/signaling/.gitignore ~/git/signaling/ &&
(cd ~/git/signaling && git st)
(cd ~/git/signaling && git status)

echo "Copy httpx-static"
cp -R 3rdparty/httpx-static/* ~/git/go-oryx/httpx-static/ &&
cp -R 3rdparty/httpx-static/.gitignore ~/git/go-oryx/httpx-static/ &&
(cd ~/git/go-oryx && git st)
(cd ~/git/go-oryx && git status)

echo "Copy srs-bench"
cp -R 3rdparty/srs-bench/* ~/git/srs-bench/ &&
cp -R 3rdparty/srs-bench/.gitignore ~/git/srs-bench/ &&
(cd ~/git/srs-bench && git st)
(cd ~/git/srs-bench && git status)

echo "Copy state-threads"
cp -R 3rdparty/st-srs/* ~/git/state-threads/ &&
Expand Down

0 comments on commit 1c45ab6

Please sign in to comment.