0030967: Configuration, genproj.tcl - generate OCCProducts solution for products
[occt.git] / adm / templates / draw.sh
CommitLineData
ad211ad3 1#!/bin/bash
2
4b3541c6 3aCurrentPath="$PWD"
ad211ad3 4aScriptPath=${BASH_SOURCE%/*}; if [ -d "${aScriptPath}" ]; then cd "$aScriptPath"; fi; aScriptPath="$PWD";
5
096ef695 6source "${aScriptPath}/env.sh" "$1"
ad211ad3 7
8echo 'Hint: use "pload ALL" command to load standard commands'
4b3541c6 9cd ${aCurrentPath}
ad211ad3 10DRAWEXE