This website requires JavaScript.
Explore
Help
Sign In
lsy
/
linuxtool
Watch
1
Star
0
Fork
0
You've already forked linuxtool
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
66ba7dc088
linuxtool
/
Config
/
User
/
test.sh
6 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
更新软件结构
2024-09-26 16:20:14 +08:00
#!/bin/bash
if
!
command
-v ssh
&
> /dev/null
;
then
用ai格式化变量名和提示增加README
2024-11-18 23:12:52 +08:00
echo
"SSH 客户端未安装"
更新软件结构
2024-09-26 16:20:14 +08:00
exit
fi
Reference in New Issue
Copy Permalink