mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-22 22:06:50 +00:00
4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $PWD/$0`
|
|
./android-shell.sh ./android-build.sh mips-static
|