From 235a86341ed18f739de0478b937aec08c21d74a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Sat, 25 Mar 2023 02:48:01 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sshpick | 1 - 1 file changed, 1 deletion(-) diff --git a/sshpick b/sshpick index 67416eb..80d9e96 100755 --- a/sshpick +++ b/sshpick @@ -7,7 +7,6 @@ if [ ! -d "$CONF" ]; then exit fi fi -exit SERVERS=$(cat $CONF/servers.txt) SRVCNT=$($SERVERS | wc -l)