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