helper: restore run if no param passed
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -33,7 +33,10 @@ check() {
 | 
				
			|||||||
	python -m morss.crawler http://localhost:${PORT:-8000}/ > /dev/null 2>&1
 | 
						python -m morss.crawler http://localhost:${PORT:-8000}/ > /dev/null 2>&1
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ "$1" = "sh" ] || [ "$1" = "bash" ] || command -v "$1" ; then
 | 
					if [ -z "$1" ]; then
 | 
				
			||||||
 | 
						run
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					elif [ "$1" = "sh" ] || [ "$1" = "bash" ] || command -v "$1" ; then
 | 
				
			||||||
	$@
 | 
						$@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user