rizin/autogen.sh
2015-04-17 22:11:53 +02:00

12 lines
243 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