6 lines
		
	
	
		
			116 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			116 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/bash
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# This script will be run when the profile named "second_profile" is started.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								echo "Starting ${0%.*}"
							 |