10 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
set -x
 | 
						|
set -e
 | 
						|
 | 
						|
DIR_PATH=$(dirname $0)
 | 
						|
 | 
						|
$DIR_PATH/update
 | 
						|
 | 
						|
iex -S mix
 |