radare2/autogen.sh

13 lines
241 B
Bash
Raw Normal View History

#!/bin/sh
#
2014-09-12 17:37:59 +04:00
# Look for the 'acr' tool here: https://github.com/radare/acr
# Clone last version of ACR from here:
2014-09-12 17:37:59 +04:00
# git clone https://github.com/radare/acr
#
# -- pancake
acr -p
if [ -n "$1" ]; then
2015-04-17 22:11:53 +02:00
echo "./configure $*"
2015-04-29 10:41:18 +02:00
./configure $*
fi