6 lines
85 B
Bash
Executable file
6 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
cd `dirname $PWD/$0`
|
|
|
|
./python.sh --no-install
|
|
cd ../r2-bindings
|
|
make dist
|