5 lines
133 B
Bash
Executable file
5 lines
133 B
Bash
Executable file
#!/bin/sh
|
|
cd `dirname $PWD/$0`
|
|
cd _work
|
|
wget -c http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi
|
|
msiexec /i python-2.7.2.msi
|