dhiraaguddns/manual.sh

9 lines
181 B
Bash
Raw Permalink Normal View History

2020-01-20 06:23:43 +05:00
#!/bin/bash
(
2020-01-20 05:11:28 +05:00
echo ============================= ;
2020-01-20 06:23:43 +05:00
echo Auto Update;
python3 ipupdate.py ;
2020-01-20 05:11:28 +05:00
TZ=Indian/Maldives date; (unset TZ);
echo =============================
2020-01-20 06:23:43 +05:00
) | tee -a ip.log