mirror of
				https://github.com/SteamDeckHomebrew/decky-plugin-template.git
				synced 2025-11-03 15:52:25 -06: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
							 |