rizin/sys/python-r2pipe.sh
2015-04-17 21:56:01 +02:00

13 lines
192 B
Bash
Executable file

#!/bin/sh
cd `dirname $PWD/$0`
./clone-r2-bindings.sh
cd ..
. ./sys/CONFIG
echo "============="
cat sys/CONFIG
echo "============="
cd radare2-bindings
cd r2pipe/python
${SUDO} make install