#!/bin/sh
#
# getUsrLocalBin - Get the executable bin for locally shared apps
#
# almost always /usr/local/bin
#
# but if user can't install there we override to $HOME/bin

echo "/usr/local/bin"
