mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
5 lines
124 B
Bash
5 lines
124 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
printf "\x1b[58:2::255:0:0m\x1b[4:1msingle\x1b[4:2mdouble\x1b[4:3mcurly\x1b[4:4mdotted\x1b[4:5mdashed\x1b[0m\n"
|
||
|
|