diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-08 18:13:22 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-08 18:13:22 +0100 |
commit | 28dacee28819ea2d24fd8ff6547fd3a175677084 (patch) | |
tree | 0c89658f5cb9b368f741fbb1cef911687744363d /Makefile | |
parent | bdf392093af92da7d8fc4e32b68ff0716700522d (diff) | |
download | searxng-28dacee28819ea2d24fd8ff6547fd3a175677084.tar.gz searxng-28dacee28819ea2d24fd8ff6547fd3a175677084.zip |
utils: add lib.sh containing common shell script
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ test: test.pep8 test.unit test.sh test.robot - make pylint test.sh: + shellcheck -x utils/lib.sh test.pep8: pyenvinstall $(PY_ENV_ACT); ./manage.sh pep8_check |