You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
239 B
Plaintext

# The contents of FILE (assuming shell script) will be sourced into the current
# session, allowing external use of things like its functions and variables.
source FILE
# The above can be written in short-hand, for the same effect:
. FILE