#!/bin/sh
#
# getDefaultBinPaths - return the "standard" bin directories for this system
#

# Note these are a sensible default, but this varies quite a bit from
# system to system and even between OS versions.


echo "/bin /usr/bin"

