Skip to content

Instantly share code, notes, and snippets.

View xandrw's full-sized avatar

Alexandru Cosor xandrw

View GitHub Profile
#!/bin/sh
# Based https://gist.github.com/grenade/3b3c5b17586881d01142
cd /tmp/
URL="https://release.gitkraken.com/linux/gitkraken-amd64.tar.gz"
FILE=${URL##*/}
wget -c "$URL" -O "$FILE"
@xandrw
xandrw / promises_answer_sheet.md
Created June 23, 2016 22:20 — forked from nolanlawson/promises_answer_sheet.md
Promises puzzle cheat sheet