Skip to content

Instantly share code, notes, and snippets.

View miftachuda's full-sized avatar
💭
🎯 Lets make something

Miftachul Huda miftachuda

💭
🎯 Lets make something
View GitHub Profile
  • Use curl to get the JSON response for the latest release
  • Use grep to find the line containing file URL
  • Use cut and tr to extract the URL
  • Use wget to download it
curl -s https://api.github.com/repos/jgm/pandoc/releases/latest \
| grep "browser_download_url.*deb" \
| cut -d : -f 2,3 \
| tr -d \" \
@miftachuda
miftachuda / 06.11.2017-wf-el.md
Created February 5, 2023 12:59
[06.11.2017] WF-eL (Weekly Front-end links) by @devxom
@miftachuda
miftachuda / webdev_online_resources.md
Created February 22, 2021 13:41 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)