maraca/scripts
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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__':