#!/bin/sh
#
# getMiscBinPaths - returns other assorted bin directories 
#
# Known are defined as the ones generated by the scripts, if there are others
# that need to be known, then they should be added to the scripts.


# Note these should probably overriden, and this is just a sensible default

echo "/usr/local/bin"


