linuxtool/Config/User/test.sh

6 lines
87 B
Bash
Raw Normal View History

2024-09-26 16:20:14 +08:00
#!/bin/bash
if ! command -v ssh &> /dev/null; then
echo "ssh未安装"
exit
fi