pro_b_exec
来自「proe5.0野火版下载(中文版免费下载)」· 代码 · 共 21 行
TXT
21 行
#!/bin/csh ## Script to set up modes when running pro/engineer## $$1 d-01-07 19-jun-92 lokay created# $$2 D-01-49 18-Nov-92 James Check that spg exists else ~ fails.if (-r /etc/passwd) then if (`cat /etc/passwd | awk -F\: '$1 == "spg" {print}' | wc -l` > 0) then if (-e ~spg/bin/bin_aliases) source ~spg/bin/bin_aliases endifendifif (`alias $1` == "") then set command = $1else set command = `alias $1`endif$command -1 0 3 -batchfile $2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?