#!/bin/sh
#
# getInstallLib - Get the lib path used to install app library files
#

echo "$HOME/lib/treeps"

