radare2/autogen.sh

13 lines
241 B
Bash
Executable File

#!/bin/sh
#
# Look for the 'acr' tool here: https://github.com/radare/acr
# Clone last version of ACR from here:
# git clone https://github.com/radare/acr
#
# -- pancake
acr -p
if [ -n "$1" ]; then
echo "./configure $*"
./configure $*
fi