mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	
							parent
							
								
									efdbf37255
								
							
						
					
					
						commit
						a594678e3d
					
				
					 285 changed files with 12724 additions and 1671 deletions
				
			
		
							
								
								
									
										25
									
								
								trunk/scripts/copy_to_gits.sh
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										25
									
								
								trunk/scripts/copy_to_gits.sh
									
										
									
									
									
										Executable file
									
								
							|  | @ -0,0 +1,25 @@ | |||
| #!/bin/bash | ||||
| 
 | ||||
| if [[ ! -d 3rdparty/signaling || ! -d 3rdparty/httpx-static || ! -d 3rdparty/srs-bench ]]; then | ||||
|   echo "no signaling or httpx-static or srs-bench in $(pwd)" | ||||
|   exit -1 | ||||
| fi | ||||
| if [[ ! -d ~/git/signaling || ! -d ~/git/go-oryx/httpx-static || ! -d ~/git/srs-bench ]]; then | ||||
|   echo "no signaling or httpx-static or srs-bench at ~/git" | ||||
|   exit -1 | ||||
| fi | ||||
| 
 | ||||
| if [[ ! -f ~/git/srs-bench/go.mod ]]; then | ||||
|   echo "no feature/rtc in srs-bench" | ||||
|   exit -1 | ||||
| fi | ||||
| 
 | ||||
| echo "Copy signaling" | ||||
| cp -R 3rdparty/signaling/* ~/git/signaling/ && (cd ~/git/signaling && git st) | ||||
| 
 | ||||
| echo "Copy httpx-static" | ||||
| cp -R 3rdparty/httpx-static/* ~/git/go-oryx/httpx-static/ && (cd ~/git/go-oryx && git st) | ||||
| 
 | ||||
| echo "Copy srs-bench" | ||||
| cp -R 3rdparty/srs-bench/* ~/git/srs-bench/ && (cd ~/git/srs-bench && git st) | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue