Skip to content

Instantly share code, notes, and snippets.

View asafravid's full-sized avatar
💭
Coding

Asaf Ravid asafravid

💭
Coding
View GitHub Profile
$ShareLinks = @(
@{Link='https://www.google.com/finance/quote/INTC:NASDAQ';Price='52'}
)
$body = $null
$Summarybody = $null
foreach($share in $shareLinks){