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 April 16, 2025 20:56
set -e, -u, -o, -x pipefail explanation
@damphat
damphat / apt-rdepends-tree
Last active April 1, 2025 18:24
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