Skip to content
Snippets Groups Projects
Commit 6c22e58d authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Introducing BFAHOME

parent 86b6f6df
No related branches found
No related tags found
No related merge requests found
export BFAHOME=${HOME}/bfa
#!/bin/bash
# 20180619 Robert Martin-Legene <robert@nic.ar>
if [ ! -d "${BFAHOME}" ]
then
echo "\$BFAHOME does not point to a directory. Did you source \$BFAHOME/bin/env ?" >&2
exit 1
fi
trap "echo Argh;exit 1" ERR
rpcport=8545
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment