installers/install-dominant_colours
- 265 bytes
- View raw
1#!/usr/bin/env bash
2# Gets the latest version of dominant_colours, my tool for fetching the
3# dominant colour palette of an image.
4#
5# See https://github.com/alexwlchan/dominant_colours
7set -o errexit
8set -o nounset
10_install-github-bin alexwlchan/dominant_colours