12 lines
		
	
	
		
			183 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			183 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
sudo ebuildtester \
 | 
						|
	--threads 8 \
 | 
						|
	--pull \
 | 
						|
	--update \
 | 
						|
	--unstable \
 | 
						|
	--rm \
 | 
						|
	--portage-dir "$HOME/git/dev/gentoo" \
 | 
						|
	--overlay-dir "$HOME/git/dev/guru" \
 | 
						|
	--atom "$@"
 |