Browse Source

Add "atHome" checker script

Samuel W. Flint 5 years ago
parent
commit
cfaf4d0b9f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      atHome

+ 3 - 0
atHome

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+[ $(iwgetid --scheme) == "404WiFiNOTFound" ]