9 lines
192 B
Bash
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
|