Skip to content

Instantly share code, notes, and snippets.

View ktsaou's full-sized avatar

Costa Tsaousis ktsaou

View GitHub Profile
@ktsaou
ktsaou / build-static-gvpe.sh
Last active April 9, 2017 17:21
script to create a statically linked gvpe and gvpectrl, on a temporary alpine linux docker container
#!/bin/sh
if [ "${1}" != "inside-container" ]
then
ME="$(basename "${0}")"
DIR="$(dirname "${0}")"
cd "${DIR}" || exit 1
DIR="$(pwd)"