Skip to content

Instantly share code, notes, and snippets.

@fl3a
Created June 10, 2021 06:24
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 fl3a/8b713bd1d8e6b273da197cc726bcf151 to your computer and use it in GitHub Desktop.
Save fl3a/8b713bd1d8e6b273da197cc726bcf151 to your computer and use it in GitHub Desktop.
Opens a random day of the Search Inside Yourself 28 challenge within firefox.
#!/bin/bash
firefox "https://my.siyli.org/my/courses/35327#practice-28d-challenge&day=$((1 + $RANDOM % 28))" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment