snippits/bash/function_source.sh

4 lines
147 B
Bash
Raw Normal View History

2017-01-27 01:04:31 +00:00
# If not running interactively, don't do anything
# Allows for using these functions as commands by sourcing this script
[[ $- != *i* ]] && return