@schappi @aliss@outerheaven.club @helene@p.helene.moe
curl -Ls toast.cafe/s/util.sh | grep 'hascmd()' -A8hascmd() {
for cmd; do
cmd=$(command -v "$cmd")
if [ -z "$cmd" ] || ! [ -x "$cmd" ]; then
return 1
fi
done
return 0
}
Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Tosti ? (tost@mk.toast.cafe)'s status on Monday, 19-Sep-2022 02:40:23 JSTTosti ?