Log in


Forgot your password?
prijatelji LUGoNSa
gnu.gif
linuxzasve.jpg
hulk.jpg
zextras_logo.png
 
You are here: Home / members / meka / Zanimljivosti / ZSH Duga

ZSH Duga

by Goran Mekić last modified Oct 19, 2012 01:33 PM
Sve boje koje ZSH može da izbaci u 256 boja

text/x-sh icon colors.sh — text/x-sh, 108 bytes

File contents

#!/bin/zsh

for code in {000..255}; do print -P -- "%{[01;38;05;$code;48;05;0m%}$code: Test%{%}"; done

Document Actions