Created
May 5, 2025 09:34
-
-
Save sparcs360/1250e01be2077a9777e7504067c88f28 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/* | |
## Open [https://egghead.io](https://egghead.io) | |
Watch Script Kit Tutorial videos. 👀 | |
*/ | |
// Name: Watch Script Kit Tutorials | |
// Description: Launch egghead.io | |
// Author: John Lindquist | |
// Twitter: @johnlindquist | |
// Note: Feel free to delete this script! | |
import "@johnlindquist/kit"; | |
open("https://egghead.io"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment