#!/bin/bash
# progpath: print the canonical path of a program
readlink -f "$1"
