792b42b96f
*Update makefiles for Innovium 202012 support
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
if [ -f /usr/bin/ivm_start.sh ];
|
|
then
|
|
/usr/bin/ivm_start.sh
|
|
fi
|