Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Nov 29th, 2020
675
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
for
i
in
{
0
..
255
}
;
do
printf
"\x1b[48;5;%sm%3d\e[0m "
"
$i
"
"
$i
"
if
(
(
i ==
15
)
)
||
(
(
i
>
15
)
)
&&
(
(
(
i-
15
)
%
6
==
0
)
)
;
then
printf
"
\n
"
;
fi
done
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $12OO IN 10 MIN J
JavaScript | 4 sec ago | 0.08 KB
FREE BTC GUIDE 9
JavaScript | 6 sec ago | 0.08 KB
Make 1500$ in 20 MIN [Method] F
JavaScript | 39 sec ago | 0.08 KB
FREE BTC GUIDE 4
JavaScript | 42 sec ago | 0.08 KB
Make 1500$ in 20 MIN [Method] F
JavaScript | 49 sec ago | 0.08 KB
Make $200 in 15 minutes 1
JavaScript | 53 sec ago | 0.08 KB
FREE BTC GUIDE P
JavaScript | 1 min ago | 0.08 KB
Make $200 in 15 minutes E
JavaScript | 1 min ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!