I use this for PowerShell, and I wanted to share it with anyone else who may need it. `function notica {Invoke-WebRequest -Uri "https://notica.us/<code>" -Body "d:$args" -Method POST}`
I use this for PowerShell, and I wanted to share it with anyone else who may need it.
function notica {Invoke-WebRequest -Uri "https://notica.us/<code>" -Body "d:$args" -Method POST}