9 lines
		
	
	
		
			103 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			103 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env sh
 | 
						|
 | 
						|
IFS="
 | 
						|
"
 | 
						|
 | 
						|
dir="/home/od/GOG Games/Stardew Valley/"
 | 
						|
 | 
						|
cd $dir && TERM=xterm ./start.sh
 |