Skip to content

Instantly share code, notes, and snippets.

View Orismann's full-sized avatar

Oris Mann Orismann

View GitHub Profile
@mohanpedala
mohanpedala / bash_strict_mode.md
Last active June 6, 2025 19:54
set -e, -u, -o, -x pipefail explanation
@mildred
mildred / download.sh
Created October 20, 2014 10:03
Download from archive.org Wayback Machine
#!/bin/bash
url=http://redefininggod.com
webarchive=https://web.archive.org
wget="wget -e robots=off -nv"
tab="$(printf '\t')"
additional_url=url.list
# Construct listing.txt from url.list
# The list of archived pages, including some wildcard url