4 lines
		
	
	
		
			84 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			84 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #! /bin/sh
 | |
| DEST_DIR="$1"
 | |
| git clone git@github.com:shen390s/ohai-emacs.git $DEST_DIR
 | 
