dependit.sh

来自「spice中支持多层次元件模型仿真的可单独运行的插件源码」· Shell 代码 · 共 14 行

SH
14
字号
#! /bin/sh -if test $# -lt 3; then	echo "usage: $0 <depend prog> <include flags> <cfiles ...>"	exit 1fiDP=$1shiftINCL=$1shiftwhile test $# -gt 0; do	${DP} ${INCL} $1	shiftdone

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?