This commit is contained in:
2022-08-04 08:02:45 +02:00
parent 65da79dd2c
commit 2c64646749
7 changed files with 1014 additions and 1 deletions

7
tools/Makefile Normal file
View File

@@ -0,0 +1,7 @@
default: run
run:
pipenv run python3 main.py | tee output.txt
other:
pipenv run python3 hnblogs.py | tee output.txt