1 2 3 4 5 6 7 8 9
#!/bin/env sh (/usr/local/bin/ishome && /usr/local/bin/hasyubi) && ( notify-send "access bypass" & exit 0 ) || ( notify-send "awaiting authentication" & exit 1 )