mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 06:09:50 +00:00
14 lines
153 B
Bash
Executable File
14 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# find root
|
|
cd "$(dirname "$PWD/$0")"
|
|
|
|
. ./CONFIG
|
|
|
|
./swig.sh
|
|
./vala.sh
|
|
./valabind.sh
|
|
|
|
#apt-get install ${PYTHON_VERSION}
|
|
:> .mark_python-deps
|