mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
6 lines
154 B
Bash
Executable File
6 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$PWD/$0")"
|
|
cd _work
|
|
curl -o python-2.7.9.msi http://www.python.org/ftp/python/2.7.9/python-2.7.9.msi
|
|
msiexec /i python-2.7.9.msi
|