Skip to content

Instantly share code, notes, and snippets.

View jboz's full-sized avatar

jboz jboz

View GitHub Profile
@jboz
jboz / slide.sh
Created May 31, 2022 22:45
bspwm slide effect for command
#!/bin/sh
checkDependencies () {
for dep; do
if ! command -v "$dep" >/dev/null ; then
log "Program \"$dep\" not found. Please install it."
fi
done
}

Trophées github

trophy