Skip to content

Instantly share code, notes, and snippets.

@ThomazPom
Last active April 1, 2021 16:07
Show Gist options
  • Save ThomazPom/da5461566a03576589680bc28303333b to your computer and use it in GitHub Desktop.
Save ThomazPom/da5461566a03576589680bc28303333b to your computer and use it in GitHub Desktop.
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