Skip to content

maraca/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

A few scripts here and there

>> ./pyfile.sh file_to_create.py copyright [email protected]
>> cat file_to_create.py
#!/usr/bin/python2.6
# Copyright (c) 2011, Copyright Blah.
"""Enter brief description here.

Enter more details here about this file.
"""

__author__ = '[email protected]'


if __name__ == '__main__':

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages