radare2/sys/all.sh
pancake 2415d86fd6 * Added sys/ in order to ease build, deps and python /cc @hteso
* Some fixes in r_magic api to make r_lang/perl compile
2011-09-10 02:19:06 +02:00

13 lines
139 B
Bash
Executable File

#!/bin/sh
# find root
cd `dirname $PWD/$0` ; cd ..
run() {
[ ! -x sys/.mark_$1 ] && sys/$1.sh
}
run install
run python-deps
run python