5 lines
		
	
	
	
		
			112 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			112 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
 | |
| 
 | |
| cat "$SCRIPTPATH/http-status-codes" | fzf
 |