Home

Awesome

666

Visually display success or failure of a command

This tool is part of the go-github-release workflow

Install

Pick an msi package here!

deb/ubuntu/rpm repositories

wget -O - https://raw.githubusercontent.com/mh-cbon/latest/master/source.sh \
| GH=mh-cbon/666 sh -xe
# or
curl -L https://raw.githubusercontent.com/mh-cbon/latest/master/source.sh \
| GH=mh-cbon/666 sh -xe

deb/ubuntu/rpm packages

curl -L https://raw.githubusercontent.com/mh-cbon/latest/master/install.sh \
| GH=mh-cbon/666 sh -xe
# or
wget -q -O - --no-check-certificate \
https://raw.githubusercontent.com/mh-cbon/latest/master/install.sh \
| GH=mh-cbon/666 sh -xe

chocolatey

choco install product666 -y

go

mkdir -p $GOPATH/src/github.com/mh-cbon
cd $GOPATH/src/github.com/mh-cbon
git clone https://github.com/mh-cbon/666.git
cd 666
glide install
go install

Usage

$ 666 echo "ok"
ok
 ✔ Success

$ 666 nopnop "ok"
exec: "nopnop": executable file not found in $PATH
 ✘ Failed