bash script for loggin

This commit is contained in:
Shihaam Abdul Rahman 2020-01-20 05:11:28 +05:00 committed by GitHub
parent f7e7d5df2d
commit 4bb1071a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

5
auto.sh Normal file
View File

@ -0,0 +1,5 @@
echo ============================= ;
echo Auto Update;
python3 ipupdate.py ;
TZ=Indian/Maldives date; (unset TZ);
echo =============================

5
manual.sh Normal file
View File

@ -0,0 +1,5 @@
echo ============================= ;
echo Manual Update;
python3 ipupdate.py ;
TZ=Indian/Maldives date; (unset TZ);
echo =============================