Last active
April 1, 2021 16:07
-
-
Save ThomazPom/da5461566a03576589680bc28303333b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true; do | |
echo -e "\e[32mHEURE DE RELANCE : `date '+%Y-%m-%d %H:%M:%S'`\e[39m"; | |
pkill chromium; | |
sleep 5; | |
chromium-browser >/dev/null 2>&1 & | |
sleep 3600; | |
done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment