change === and >>> to ::*** and ***::

This commit is contained in:
Luk
2024-12-21 15:01:18 +08:00
parent c063e02f1e
commit edb1f40cf1
51 changed files with 285 additions and 299 deletions

View File

@@ -6,8 +6,8 @@ if [ $1 ]
then
REMOTEHOST=$1
else
echo "#<<< Enter << user@remotehost >> to connect to:"
read -p "#>>> " REMOTEHOST
echo "::*** Enter << user@remotehost >> to connect to:"
read -p "***:: " REMOTEHOST
fi
scp ~/.ssh/id_rsa.pub $REMOTEHOST:~/tmp.pub