Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
refs/heads/mithro-patch-1
/
.
/
SVIncCompil
/
API
/
surelog.bash
blob: 253354b29e84be973405b63041de2ed8de1daf13 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
# Surelog Bash invocation script
SCRIPTPATH
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
export LD_LIBRARY_PATH
=
$
{
SCRIPTPATH
}/
lib
:
$LD_LIBRARY_PATH
$
{
SCRIPTPATH
}/
bin
/
surelog
.
exe
"$@"