mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
6 lines
134 B
Bash
6 lines
134 B
Bash
#!/bin/bash
|
|
|
|
# 在这个脚本中,我们将运行两个脚本
|
|
/bin/bash send_credentials.sh
|
|
/bin/bash set_hosts.sh
|
|
tail -f /dev/null |