Skip to content

Instantly share code, notes, and snippets.

@rjnienaber
rjnienaber / install.sh
Created September 6, 2018 10:29
Compile ImageMagick with WEBP and HEIC support on Ubuntu 16.04
# $ lsb_release -a
# No LSB modules are available.
# Distributor ID: Ubuntu
# Description: Ubuntu 16.04.5 LTS
# Release: 16.04
# Codename: xenial
# $ uname -a
# Linux xps 4.4.0-134-generic #160-Ubuntu SMP Wed Aug 15 14:58:00 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
@hoangong
hoangong / get absoluate current bash folder
Created January 4, 2019 13:21
get absoluate current bash folder #bash #current #folder
PWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"