First pass at link announcing.
This commit is contained in:
		
							
								
								
									
										10
									
								
								triggers/link/link.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										10
									
								
								triggers/link/link.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| [ -f functions.sh ] && source functions.sh | ||||
|  | ||||
| for l in $3 ; do | ||||
| if [[ "$l" =~ http://|https://|www\.* ]]; then | ||||
| pageTitle="$(curl -s "$l" | grep "<title>" | sed 's#\(</\|</\)title>##g')" | ||||
| shortLink="${l#*://}" | ||||
| shortLink="${shortLink%%/*}" | ||||
| msg "$2" "$pageTitle at $shortLink" | ||||
| fi | ||||
| done | ||||
		Reference in New Issue
	
	Block a user