diff .ssh/onsubnet @ 251:b00e6b403896

Added airline-colour-splits and removed whitespace
author Steve Huston <huston@srhuston.net>
date Wed, 27 Mar 2024 16:31:21 -0400
parents 83f164405755
children
line wrap: on
line diff
--- a/.ssh/onsubnet	Wed Mar 27 16:05:57 2024 -0400
+++ b/.ssh/onsubnet	Wed Mar 27 16:31:21 2024 -0400
@@ -25,7 +25,7 @@
   hostname -I | tr -s " " "\012" | fgrep -v 127.0.0. | egrep -q "$regexp"
 fi
 
-if [[ $? == 0 ]]; then 
+if [[ $? == 0 ]]; then
   exit $on
 else
   exit $off