5 lines
63 B
Bash
Executable file
5 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
./s1.sh &
|
|
./ip_update.py $DOMAIN &
|
|
wait -n
|
|
exit $?
|