"Fossies" - the Fresh Open Source Software archive

Member "treeps-1.2.4/scripts/generic/getUsrLocalBin" of archive treeps-1.2.4.tar.gz:


#!/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"