flm01/web/api/flukso/deps/erlrrd/bootstrap

18 lines
379 B
Bash
Executable File

#! /bin/sh
if test -d fw/bin
then
PATH="`pwd`/fw/bin:$PATH"
export PATH
fi
fwb=`which fw-bootstrap`
if test -z "$fwb"
then
echo "bootstrap: fatal: fw-bootstrap not installed or not in PATH" 1>&2
exit 1
fi
"$fwb" --fw_version "0.1.2" --name erlrrd --template erlang --revision svn --svn_project_path https://erlrrd.googlecode.com/svn/trunk/erlrrd "$@"