|  |  | @ -288,16 +288,15 @@ function op_default() { | 
			
		
	
		
		
			
				
					
					|  |  |  |   echo "          Show the result of all checks before running a command" |  |  |  |   echo "          Show the result of all checks before running a command" | 
			
		
	
		
		
			
				
					
					|  |  |  |   echo "" |  |  |  |   echo "" | 
			
		
	
		
		
			
				
					
					|  |  |  |   echo -e "${BOLD}${UNDERLINE}Examples:${NC}" |  |  |  |   echo -e "${BOLD}${UNDERLINE}Examples:${NC}" | 
			
		
	
		
		
			
				
					
					|  |  |  |   echo "  op --dir /tmp/openpilot check" |  |  |  |   echo "  op setup" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |   echo "          Run the check command on openpilot located in /tmp/openpilot" |  |  |  |   echo "          Run the setup script to install" | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |   echo "          openpilot's dependencies." | 
			
		
	
		
		
			
				
					
					|  |  |  |   echo "" |  |  |  |   echo "" | 
			
		
	
		
		
			
				
					
					|  |  |  |   echo "  op juggle --install" |  |  |  |   echo "  op build -j4" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |   echo "          Install plotjuggler in the openpilot located in your current" |  |  |  |   echo "          Compile openpilot using 4 cores" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |   echo "          working directory" |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |   echo "" |  |  |  |   echo "" | 
			
		
	
		
		
			
				
					
					|  |  |  |   echo "  op --dir /tmp/openpilot build -j4" |  |  |  |   echo "  op juggle --demo" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |   echo "          Run the build command on openpilot located in /tmp/openpilot" |  |  |  |   echo "          Run PlotJuggler on the demo route" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |   echo "          on 4 cores" |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |