9 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
set -exuo pipefail
 | 
						|
. make/lib.sh
 | 
						|
 | 
						|
gimli_only
 | 
						|
only_in_directory "$TESTWEB"
 | 
						|
 | 
						|
rsync -av --delete "$PRODWEB/media/" ./media
 |