Add contribution header and suggested script call

This commit is contained in:
Ferit Yiğit BALABAN 2022-03-19 19:57:49 +03:00
parent 0ed605a4af
commit e84879eb63
No known key found for this signature in database
GPG Key ID: BB8494BA65A90842

View File

@ -1,3 +1,7 @@
#!/usr/bin/env python3
#
# Ferit Yiğit BALABAN <fyb@duck.com>, 2022
#
import os
import subprocess
from termcolor import colored
@ -32,5 +36,6 @@ def main():
print(f'\nOwO {len(list_of_repos)} tasks compweted successfuwwy')
if __name__ == '__main__':
main()