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 July 16, 2024 21:02
set -e, -u, -o, -x pipefail explanation
@damphat
damphat / apt-rdepends-tree
Last active July 6, 2024 07:46
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