Skip to content

Instantly share code, notes, and snippets.

@aburd
aburd / shell-script-model.sh
Created October 28, 2022 02:57 — forked from e-picas/shell-script-model.sh
A Bash script model with common options (verbose, force etc) & minimal functions (error, usage etc) to use and re-use to build your own shell scripts easily.
#!/usr/bin/env bash
#
# Bash script model
#
# A Bash script model with common options (verbose, force etc)
# & minimal functions (error, usage etc)
# to use and re-use to build your own shell scripts easily.
#
# To begin, run one of the followings:
#
@aburd
aburd / a.md
Last active November 12, 2016 10:24 — forked from mala/a.md
Investigation into the Live HTTP Headers Chrome Extension (Introduced by CoolBar.Pro - An investigation into what the extension is actually doing)