Skip to content

Instantly share code, notes, and snippets.

View tankred's full-sized avatar
💭
#gitmerge

Tankred tankred

💭
#gitmerge
View GitHub Profile
@tankred
tankred / newscript.sh
Last active October 13, 2020 10:03 — forked from aaronNGi/newscript.sh
New shell script
#!/bin/sh
prog_name=${0##*/}
version=0.1.0
version_text="Boilerplate for new scripts v$version"
options="h o: q v V"
help_text="Usage: $prog_name [-o <text>] [-hqvV] [<file>]...
Boilerplate for new scripts
@tankred
tankred / README-Template.md
Last active October 13, 2020 10:06 — forked from PurpleBooth/README-Template.md
README-template

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites