Add contribution header and suggested script call
This commit is contained in:
parent
0ed605a4af
commit
e84879eb63
@ -1,3 +1,7 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
#
|
||||||
|
# Ferit Yiğit BALABAN <fyb@duck.com>, 2022
|
||||||
|
#
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
from termcolor import colored
|
from termcolor import colored
|
||||||
@ -32,5 +36,6 @@ def main():
|
|||||||
print(f'\nOwO {len(list_of_repos)} tasks compweted successfuwwy')
|
print(f'\nOwO {len(list_of_repos)} tasks compweted successfuwwy')
|
||||||
|
|
||||||
|
|
||||||
main()
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user