echo.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 """
00003 echo.py
00004 Mac Mason <mmason@willowgarage.com>
00005 Just print out your input argument. Helpful for self-documenting launchfiles.
00006 """
00007 
00008 import sys
00009 print ''.join(sys.argv[1:])


semanticmodel
Author(s): Julian ("Mac") Mason
autogenerated on Thu Dec 12 2013 12:39:10