Skip to content

Instantly share code, notes, and snippets.

View franklincm's full-sized avatar
🐵

Chase Franklin franklincm

🐵
  • Renraku Computer Systems
View GitHub Profile
@mohanpedala
mohanpedala / bash_strict_mode.md
Last active December 5, 2025 10:58
set -e, -u, -o, -x pipefail explanation
@damphat
damphat / apt-rdepends-tree
Last active November 19, 2025 19:30
debian dependency tree
#! /bin/bash
# Description: show dependency tree
# Author: damphat
if [ $# != 1 ]; then
echo 'Usage: apt-rdepends-tree <package>'
echo 'Required packages: apt-rdepends'
exit 1
fi