mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
6 lines
133 B
Bash
Executable File
6 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
|