Skip to content

Commit

Permalink
fix bug introduced by quoted escape
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Feb 24, 2024
1 parent e5d1800 commit 4c6f7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps-color-scripts/colorscripts/thisisfine.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$esc = "[char]27"
$esc = [char]27

Write-Host "$esc[49m $esc[38;2;209;85;27;48;2;206;78;20m▄$esc[38;2;208;87;30;48;2;208;86;29m▄$esc[38;2;208;87;30;48;2;208;85;28m▄$esc[38;2;208;86;28;49m▄$esc[38;2;208;81;27;49m▄$esc[49m $esc[m
$esc[49m $esc[38;2;209;86;29;48;2;208;86;28m▄$esc[48;2;208;87;30m $esc[38;2;208;87;30;48;2;208;86;29m▄$esc[38;2;207;86;28;48;2;213;85;28m▄$esc[49m $esc[m
Expand Down

0 comments on commit 4c6f7d5

Please sign in to comment.