#!/bin/sh
set -e

filename="$(pig_pen)/$(pig_name "$1")"

test -e "$filename" || pig_stow "$1"
cat "$filename"
