6 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| set -euo pipefail
 | |
| set -x
 | |
| 
 | |
| echo "$USER"
 | |
| 
 | |
| /home/wpcarro/.nix-profile/bin/rebuild
 |