aboutsummaryrefslogtreecommitdiff
path: root/isbypass
diff options
context:
space:
mode:
Diffstat (limited to 'isbypass')
-rwxr-xr-xisbypass9
1 files changed, 9 insertions, 0 deletions
diff --git a/isbypass b/isbypass
new file mode 100755
index 0000000..cd03041
--- /dev/null
+++ b/isbypass
@@ -0,0 +1,9 @@
+#!/bin/env sh
+
+(/usr/local/bin/ishome && /usr/local/bin/hasyubi) && (
+ notify-send "access bypass" &
+ exit 0
+) || (
+ notify-send "awaiting authentication" &
+ exit 1
+)