Skip to content

Instantly share code, notes, and snippets.

View liamdawson's full-sized avatar

Liam Dawson liamdawson

View GitHub Profile
@liamdawson
liamdawson / gnome-ext-install.sh
Created February 8, 2018 00:52
Bash script to install extensions from the command line. *Use at your own risk!*
#!/bin/bash
set -e
set -u
version="0.0"
usage="$(basename $0) version $version
usage:
$(basename $0) install <extension-uuid> [<extension-id/uuid> ... ]