#!/bin/sh
# progdir: print the directory containing a program
dirname "$(progpath "$1")"
