Skip to content

waptang/scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

A few scripts here and there

>> ./pyfile.sh file_to_create.py 'copyright info' [email protected]
>> cat file_to_create.py
#!/usr/bin/python2.6
# Copyright (c) 2011, copyright info.
"""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

  • Shell 100.0%