linuxtool/Config/System/User/_init.sh
2025-05-19 22:41:57 +08:00

6 lines
97 B
Bash

#!/bin/bash
if ! command -v ssh &> /dev/null; then
echo "SSH 客户端未安装"
exit
fi