Mercurial > hgbook
comparison en/examples/run-example @ 67:a2f0b010d6e3
Don't assume that python is in /usr/bin.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 07 Aug 2006 15:35:14 -0700 |
parents | 6b7b0339e7d6 |
children | c574ce277a2b |
comparison
equal
deleted
inserted
replaced
66:81a2f7a639ed | 67:a2f0b010d6e3 |
---|---|
1 #!/usr/bin/python | 1 #!/usr/bin/env python |
2 # | 2 # |
3 # This program takes something that resembles a shell script and runs | 3 # This program takes something that resembles a shell script and runs |
4 # it, spitting input (commands from the script) and output into text | 4 # it, spitting input (commands from the script) and output into text |
5 # files, for use in examples. | 5 # files, for use in examples. |
6 | 6 |