mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
9 lines
229 B
Bash
Executable File
9 lines
229 B
Bash
Executable File
#!/bin/bash
|
|
|
|
aScriptPath=${BASH_SOURCE%/*}; if [ -d "${aScriptPath}" ]; then cd "$aScriptPath"; fi; aScriptPath="$PWD";
|
|
|
|
source "${aScriptPath}/env.sh" "$1"
|
|
|
|
echo 'Hint: use "pload ALL" command to load standard commands'
|
|
DRAWEXE
|