Skip to content
View justinjaywang's full-sized avatar
✌️
✌️

Block or report justinjaywang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
justinjaywang/README.md

It’s all downhill from here.

I design brands, websites, and tools. I code occasionally, too. ✌️

justinjay.wang

Pinned Loading

  1. tld-monitor tld-monitor Public

    Monitor changes to the list of TLDs and send an alert if there’s an update.

  2. Shell script to download all assets ... Shell script to download all assets from production Ghost to your local Ghost.
    1
    #!/bin/bash
    2
    
                  
    3
    # Load environment variables from .env file
    4
    if [ -f .env ]; then
    5
        source .env