mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-23 19:40:40 +00:00
8 lines
99 B
Python
Executable File
8 lines
99 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
|
|
import gitbatch.__main__
|
|
|
|
sys.exit(gitbatch.__main__.main())
|