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