Skip to content

Instantly share code, notes, and snippets.

@Beep6581
Beep6581 / build-geeqie
Created September 27, 2017 08:58
Clones Geeqie source and compiles
#!/usr/bin/env bash
# By Morgan Hardwood
# This script gets the latest source code for the given program and compiles it.
# The name of the program, used for the folder names:
prog="geeqie"
# The name of the compiled executable:
exe="${prog}"