radare2/sys/valabind.sh
pancake 23936cfbe5 * Add an REgg instance into the RCore class
- Make r2 -P use the r_egg api instead of the oldie rarc2
2011-10-04 10:10:00 +02:00

19 lines
216 B
Bash
Executable File

#!/bin/sh
# find root
cd `dirname $PWD/$0`
mkdir -p _work
cd _work
if [ -d valabind ]; then
cd valabind
hg pull -u
else
hg clone http://hg.youterm.com/valabind
cd valabind
fi
make clean
make
sudo make install