forked from RomaniukVadim/hack_scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsticks
More file actions
23 lines (18 loc) · 819 Bytes
/
Copy pathsticks
File metadata and controls
23 lines (18 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/env ruby
# coding: utf-8
CL = "\e[0m"
BO = "\e[1m"
Z = "\e[30m"
R = "\e[31m"
G = "\e[32m"
Y = "\e[33m"
B = "\e[34m"
P = "\e[35m"
C = "\e[36m"
W = "\e[37m"
print <<EOF
#{BO}#{Z}██#{CL} #{BO}#{R}██#{CL} #{BO}#{G}██#{CL} #{BO}#{Y}██#{CL} #{BO}#{B}██#{CL} #{BO}#{P}██#{CL} #{BO}#{C}██#{CL} #{BO}#{W}██#{CL}
#{BO}#{Z}██#{CL} #{BO}#{R}██#{CL} #{BO}#{G}██#{CL} #{BO}#{Y}██#{CL} #{BO}#{B}██#{CL} #{BO}#{P}██#{CL} #{BO}#{C}██#{CL} #{BO}#{W}██#{CL}
#{Z}██#{CL} #{R}██#{CL} #{G}██#{CL} #{Y}██#{CL} #{B}██#{CL} #{P}██#{CL} #{C}██#{CL} #{W}██#{CL}
#{Z}██#{CL} #{R}██#{CL} #{G}██#{CL} #{Y}██#{CL} #{B}██#{CL} #{P}██#{CL} #{C}██#{CL} #{W}██#{CL}
EOF