This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Created by: Westley K | |
# Date: Aug 14, 2018 | |
# | |
# run this in your terminal, and | |
# you will get nice colors and effects! | |
# | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "hello world" | |
exit 0 |