Script to update the latest/ directory (#925)
This commit is contained in:
		
							parent
							
								
									8005b349a4
								
							
						
					
					
						commit
						110c975154
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		
							
								
								
									
										9
									
								
								update_latest.sh
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								update_latest.sh
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
#/bins/sh
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
version="$1"
 | 
			
		||||
 | 
			
		||||
ln -sf ../downloads/$version latest/directory
 | 
			
		||||
for f in $(ls "downloads/$version/"); do \
 | 
			
		||||
    ln -sf "../downloads/$version/$f" latest/$(echo $f | sed -e "s@-$version@@")
 | 
			
		||||
done
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue