mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 17:40:34 +00:00
7 lines
85 B
Bash
7 lines
85 B
Bash
|
#!/bin/sh
|
||
|
cd `dirname $PWD/$0`
|
||
|
|
||
|
./python.sh --no-install
|
||
|
cd ../r2-bindings
|
||
|
make dist
|