Add unicode character

This commit is contained in:
Markus Fleschutz
2021-04-17 18:13:23 +02:00
parent 76e6cc1118
commit 370fe6c7dc
10 changed files with 17 additions and 23 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/pwsh
#!/usr/bin/pwsh
<#
.SYNTAX list-clipboard.ps1
.DESCRIPTION lists the contents of the clipboard
@ -7,7 +7,7 @@
#>
try {
get-clipboard
"📋 $(get-clipboard)"
exit 0
} catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"