17 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
|   | { | ||
|  | 	"shells":	[ | ||
|  | 		{ | ||
|  | 			"name":			"bash", | ||
|  | 			"path": 		"/usr/bin/bash", | ||
|  | 			"execution_arg": 	"-c", | ||
|  | 			"source_cmd":		"source" | ||
|  | 		}, | ||
|  | 		{ | ||
|  | 			"name":			"ksh", | ||
|  | 			"path":			"/usr/bin/ksh", | ||
|  | 			"execution_arg":	"-c", | ||
|  | 			"source_cmd":		"source" | ||
|  | 		} | ||
|  | 	] | ||
|  | } |