#!/usr/bin/env bash USER=dbuser DATABASE=dbname LIB_PATH='/path/to/libhamming.so' psql -U $USER $DATABASE <