mirror of
				https://github.com/koalaman/shellcheck.git
				synced 2025-10-31 22:52:50 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			162 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			162 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| # quickrun runs ShellCheck in an interpreted mode.
 | |
| # This allows testing changes without recompiling.
 | |
| 
 | |
| runghc -idist/build/autogen shellcheck.hs "$@"
 |