Skip to content

Instantly share code, notes, and snippets.

@Jontes-Tech
Created October 23, 2022 17:39
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 Jontes-Tech/216e95153e33f64c37a512e28e346d2a to your computer and use it in GitHub Desktop.
Save Jontes-Tech/216e95153e33f64c37a512e28e346d2a to your computer and use it in GitHub Desktop.
Upload to Nodesite.eu CDN.
#!/bin/bash
a=`nodesite-cdn upload $1`
e="${1#*.}"
b=`2>/dev/null curl https://l.og.ax/https://cdn.nodesite.eu/{$a}.{$e}`
notify-send "$1 uploaded to Nodesite CDN!"
echo "Your URL is: $b"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment