websoft9/systemd/script/start_up.sh
qiaofeng1227 b51d6e8b16 systemd
2023-09-27 16:00:23 +08:00

6 lines
134 B
Bash

#!/bin/bash
# 在这个脚本中,我们将运行两个脚本
/bin/bash send_credentials.sh
/bin/bash set_hosts.sh
tail -f /dev/null