mirror of
				https://github.com/SteamDeckHomebrew/decky-plugin-template.git
				synced 2025-10-31 07:12:26 -05:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | #!/bin/sh
 | ||
|  | set -e | ||
|  | 
 | ||
|  | echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`" | ||
|  | 
 | ||
|  | cd /backend | ||
|  | 
 | ||
|  | make |