aboutsummaryrefslogtreecommitdiff
path: root/isbypass
blob: cd03041d0edc81e016a63b74192182f512a8b790 (plain) (blame)
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
)