mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $PWD/$0`
|
|
./python.sh --no-install
|
|
./clone-r2-bindings.sh
|
|
cd ../radare2-bindings
|
|
make dist
|