Page MenuHomePhabricator

systemd-analyze hack

Authored By
jbond
Oct 21 2020, 2:37 PM
Size
101 B
Referenced Files
None
Subscribers
None

systemd-analyze hack

#!/bin/sh
case $2 in
*bananas*|*Mooby*)
echo "$2"
exit 1
;;
*)
exit 0
esac
exit 0

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
8594756
Default Alt Text
systemd-analyze hack (101 B)

Event Timeline