Browse Source

v2.0.4 # 04/2022
- add ~/sssh to searchpath for *.lst

erdo 3 years ago
parent
commit
cb6784b040
2 changed files with 5 additions and 2 deletions
  1. 3 0
      HISTORY
  2. 2 2
      sssh.sh

+ 3 - 0
HISTORY

@@ -1,3 +1,6 @@
+v2.0.4 # 04/2022
+ - add ~/sssh to searchpath for *.lst  
+
 v2.0.3 # 09/2021
  - Add posibility to define multible groups
  - just first group are display by default

+ 2 - 2
sssh.sh

@@ -13,7 +13,7 @@
 #
 #     Super SSH Script 
 #
-#     Version 2.0.3 [09/2021]
+#     Version 2.0.4 [04/2022]
 #
 # ########################################################################
 
@@ -118,7 +118,7 @@ function get_projects() {
 
         done <<<$( egrep -v "(^\s*$|^#)" "${file}" )
 
-    done <<<$( find ${locationOfScript} -iname "*.lst" | sort )
+    done <<<$( find ${locationOfScript} ~/sssh -iname "*.lst" | sort )
 
 }