Skip to content

Instantly share code, notes, and snippets.

View zigiprimo's full-sized avatar
🖖
LLAP

Sameer Cooshna zigiprimo

🖖
LLAP
View GitHub Profile
#!/bin/bash
DIR="$HOME/bin"
cd /tmp
curl -s https://api.github.com/repos/cdr/code-server/releases/latest \
| grep "browser_download_url.\+linux-x86_64.tar.gz" \
| cut -d : -f 2,3 \
| tr -d \" \