6 lines
		
	
	
		
			298 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			298 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | #!/usr/bin/env bash
 | ||
|  | # Copyright Ken Fallon - Released into the public domain. http://creativecommons.org/publicdomain/  | ||
|  | #============================================================ | ||
|  | 
 | ||
|  | curl --silent --netrc-file ${HOME}/.netrc "https://hub.hackerpublicradio.org/cms/status.php" | sort -t ',' -k 5 -r |