1 Star 0 Fork 0

dglxlcl/vim-signify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
showcolors.bash 251 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marco Hinz 提交于 2013-07-03 20:06 . Showcolors: proper cleanup
#!/bin/bash
if ! hash tput 2>/dev/null; then
echo "I cannot find the 'tput' program." \
'You might find it in one of the ncurses packages.' >&2
exit 1
fi
for i in {0..255}; do
tput setab $i && echo -n " $i "
done
tput sgr0
echo
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dglxlcl/vim-signify.git
git@gitee.com:dglxlcl/vim-signify.git
dglxlcl
vim-signify
vim-signify
master

搜索帮助