Skip to content

Instantly share code, notes, and snippets.

@sudosoul
Created March 24, 2022 16:43
Show Gist options
  • Save sudosoul/2609ddf916ac4c94ce3bf01b0efb734a to your computer and use it in GitHub Desktop.
Save sudosoul/2609ddf916ac4c94ce3bf01b0efb734a to your computer and use it in GitHub Desktop.
#!/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