Skip to content

Instantly share code, notes, and snippets.

@paradox460
Created March 10, 2018 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paradox460/bb252e535286ab3df0d2ff69b1eb036f to your computer and use it in GitHub Desktop.
Save paradox460/bb252e535286ab3df0d2ff69b1eb036f to your computer and use it in GitHub Desktop.
Rosenize
#! /usr/bin/env sh
for i in $(seq 1 25); do
open -n -a "/Applications/Safari.app" "http://noice.lol"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment