User:Rokejulianlockhart: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 1: Line 1:
<pre>
<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
</pre>
</syntaxhighlight>

Revision as of 01:18, 26 October 2023

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