User:Rokejulianlockhart: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 1: Line 1:
<syntaxhighlight lang="pwsh-preview" line>
<syntaxhighlight lang="pwsh-preview" line>
Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio
Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio
</syntaxhighlight>
</syntaxhighlight> <!-- https://www.reddit.com/r/mediawiki/comments/n4v1oc/comment/k1rkgrp/?utm_source=share&utm_medium=web2x&context=3 -->

Revision as of 01:18, 26 October 2023

Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio