diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 18:50:04 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-19 14:21:30 -0500 |
commit | 00217870fccd01d6e663ff133d022b7b6bf072c0 (patch) | |
tree | 8aa76762f0d34cd8e2f3ab69492632f218b371ac | |
parent | c1063cd6752afe778d44f6f88326d95f01300377 (diff) |
lib/common.sh: Discourage use in favor of libremessages.
-rw-r--r-- | lib/common.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common.sh b/lib/common.sh index 9c889b6..68b001d 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -1,6 +1,9 @@ #!/hint/bash # This may be included with or without `set -euE` +# This file is included by libremessages. +# You should probably use libremessages instead of this. + # License: Unspecified [[ -z ${_INCLUDE_COMMON_SH:-} ]] || return 0 |