-
-
Save sudosoul/2609ddf916ac4c94ce3bf01b0efb734a 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
#!/bin/bash | |
while [ true ]; do | |
open \ | |
-na 'Google Chrome' \ | |
--args \ | |
--new-window 'https://i.imgur.com/RIN87.jpg' \ | |
&& sleep 5; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment