diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-11 16:33:45 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-11 16:33:45 +0000 |
commit | 799ea9d1f3b7f19293a9560ad06c7f98d43d5614 (patch) | |
tree | 48f41cb2a15597a99395ae785a3563e1eb3b1e1c | |
parent | f67cf22b71ae7eddb7952ce315825ecb95af2c29 (diff) | |
download | boymoder.blog-799ea9d1f3b7f19293a9560ad06c7f98d43d5614.tar.gz boymoder.blog-799ea9d1f3b7f19293a9560ad06c7f98d43d5614.zip |
added shebang
-rwxr-xr-x[-rw-r--r--] | parser.py | 4 | ||||
-rwxr-xr-x | static/images/random.jpg | bin | 220231 -> 226162 bytes | |||
-rwxr-xr-x | static/images/server.jpg | bin | 0 -> 3255416 bytes | |||
-rwxr-xr-x | static/images/x200.jpg | bin | 0 -> 2732895 bytes |
4 files changed, 3 insertions, 1 deletions
diff --git a/parser.py b/parser.py index 6b5ac18..c9e650f 100644..100755 --- a/parser.py +++ b/parser.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + from urllib.parse import urlparse import webbrowser import database @@ -261,4 +263,4 @@ def main(): print(parse_file(args["markdown"])) if __name__ == "__main__": - main()
\ No newline at end of file + main() diff --git a/static/images/random.jpg b/static/images/random.jpg Binary files differindex ec22717..d0ed86c 100755 --- a/static/images/random.jpg +++ b/static/images/random.jpg diff --git a/static/images/server.jpg b/static/images/server.jpg Binary files differnew file mode 100755 index 0000000..405df26 --- /dev/null +++ b/static/images/server.jpg diff --git a/static/images/x200.jpg b/static/images/x200.jpg Binary files differnew file mode 100755 index 0000000..d7e48eb --- /dev/null +++ b/static/images/x200.jpg |