#!/bin/sh

TMP_DIR=$(mktemp --directory)
cp examples/1a1p/1a1p.pdb ${TMP_DIR}
cd ${TMP_DIR}
propka 1a1p.pdb
