mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-20 03:13:23 -05:00
9 lines
395 B
Plaintext
9 lines
395 B
Plaintext
|
#!/usr/bin/env python
|
||
|
# -*-coding:utf-8 -*-
|
||
|
# -------------------------------------------------------------------------
|
||
|
# Path - /usr/bin/{{PROJECT_NAME}}
|
||
|
# Git - {{AUTHOR_GIT}}
|
||
|
# Author - {{AUTHOR_NAME}} [{{AUTHOR_EMAIL}}]
|
||
|
# Start On - {{CURRENT_DATE}}
|
||
|
# Modified On - {{CURRENT_DATE}}
|
||
|
# -------------------------------------------------------------------------
|