radare2/sys/mingw32-python-deps.sh

6 lines
154 B
Bash
Raw Normal View History

2011-10-05 15:12:06 +02:00
#!/bin/sh
2015-06-16 22:59:01 -04:00
cd "$(dirname "$PWD/$0")"
2011-10-05 15:37:15 +02:00
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