Add run.sh
This commit is contained in:
parent
2df64fc413
commit
76676839f0
4 changed files with 8 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
.env
|
.env
|
||||||
|
report.json
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
|
||||||
#thanks to goodhobak from https://www.clien.net/
|
#thanks to goodhobak from https://www.clien.net/
|
||||||
#requre: requests Pillow piexif
|
#requre: requests Pillow piexif
|
||||||
#use:
|
#use:
|
||||||
|
|
File diff suppressed because one or more lines are too long
5
run.sh
Executable file
5
run.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
pipenv run ./get_report.py
|
||||||
|
pipenv run ./report_json_down.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue