10 lines
		
	
	
		
			151 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			151 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#! /bin/bash
 | 
						|
 | 
						|
echo -e "Start running the script..."
 | 
						|
cd ../
 | 
						|
 | 
						|
echo -e "Start building the app..."
 | 
						|
wails build --clean
 | 
						|
 | 
						|
echo -e "End running the script!"
 |