4 lines
		
	
	
	
		
			114 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			114 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/bash
 | 
						|
depo="https://notabug.org/milisarge/komutan"
 | 
						|
kuryer="/opt/komutan-0" 
 | 
						|
cd ${kuryer} && sudo iex -S mix
 |