root/projects/ez_setup.sh
| Revision 88, 147 bytes (checked in by edsuom, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | wget http://peak.telecommunity.com/dist/ez_setup.py |
| 3 | find -path '*/trunk/*' -name 'ez_setup.py' -exec cp ez_setup.py {} \; |
| 4 | rm ez_setup.py |
Note: See TracBrowser for help on using the browser.
