All Downloads are FREE. Search and download functionalities are using the official Maven repository.

files.sourceBashComplete Maven / Gradle / Ivy

The newest version!
if [ "x$BASH" != "x" ] ; then
  if [ -z ${STOOL_HOME} ] ; then
    h=${HOME}/.stool
  else
    h=${STOOL_HOME}
  fi
  . ${h}/bash.complete
fi




© 2015 - 2024 Weber Informatics LLC | Privacy Policy