forecast goes rexx
This commit is contained in:
		
							parent
							
								
									dda676370a
								
							
						
					
					
						commit
						b271527f9c
					
				
							
								
								
									
										4
									
								
								projects/oorexx/forecast.rex
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										4
									
								
								projects/oorexx/forecast.rex
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,4 @@
 | 
			
		||||
#!/usr/bin/env rexx
 | 
			
		||||
parse arg loc
 | 
			
		||||
if loc = "" then loc="Cowley,UK"
 | 
			
		||||
address system 'curl wttr.in/'||loc||'?u'
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user