dhiraaguddns/auto.sh
2020-01-20 06:22:28 +05:00

9 lines
192 B
Bash

#!/bin/bash
(
echo ============================= ;
echo Auto Update;
/usr/bin/python3.6 ipupdate.py ;
TZ=Indian/Maldives date; (unset TZ);
echo =============================
) | tee -a ip.log