Skip to content

Instantly share code, notes, and snippets.

View WestleyK's full-sized avatar

WestleyK WestleyK

  • NV, USA
View GitHub Profile
[WestleyR/srm]
name = srm
description = "here is some stuff about test"
homepage = https://...
darwin_x86 = https://download.url.for.binary
linux_x86_64 = https://github.com/WestleyR/srm/releases/download/v2.0.1/srm-v2.0.1-x86_64_linux.tar.gz
armv6l = https://download.link
bin_files = srm/2.0.1/bin/srm
sha1 = fd7be4a3
version = v0.0.0
@WestleyK
WestleyK / output-color.sh
Created August 15, 2018 01:19
printf color output
#!/bin/bash
#
# Created by: Westley K
# Date: Aug 14, 2018
#
# run this in your terminal, and
# you will get nice colors and effects!
#
#!/bin/bash
echo "hello world"
exit 0