commit
4c86fb2bc5
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/python3
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
def generate_img_tag(file):
|
def generate_img_tag(file):
|
||||||
|
|
@ -11,4 +13,4 @@ if __name__ == "__main__":
|
||||||
f.write("# Homer Icons\n\n")
|
f.write("# Homer Icons\n\n")
|
||||||
f.write("[Homer Dashboard](https://github.com/bastienwirtz/homer)\n\n")
|
f.write("[Homer Dashboard](https://github.com/bastienwirtz/homer)\n\n")
|
||||||
f.write(" ".join(img_tags))
|
f.write(" ".join(img_tags))
|
||||||
f.write("\n")
|
f.write("\n")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue