metasploit-framework/external/installer-linux/scripts/env.sh

6 lines
120 B
Bash
Raw Normal View History

#!/bin/sh
export BASE=`dirname $0`
export PATH=${BASE}/bin:$PATH
export LD_LIBRARY_PATH=${BASE}/lib:$LD_LIBRARY_PATH
$@