My favorites
▼
|
Sign in
kutools
A Collection of Many Useful and Interesting Scripts for Facilitating Your Linux Life !
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
sharehere
/
sharehere.py
r25
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env python
# sharehere.py
#
# Written by Joseph Ku <chiehfang.ku@gmail.com>
# All rights reserved.
import sys
import SimpleHTTPServer
def main(args):
SimpleHTTPServer.test()
return 0
if __name__ == '__main__':
exit(main(sys.argv[0:]))
Show details
Hide details
Change log
r22
by chiehfang.ku on Sep 2, 2009
Diff
Add sharehere tool.
Go to:
/trunk/kupack/kupack.py
/trunk/sharehere
/trunk/sharehere/sharehere.py
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 264 bytes, 18 lines
View raw file
File properties
svn:executable
*
Powered by
Google Project Hosting