eversion

来自「speech signal process tools」· 代码 · 共 58 行

TXT
58
字号
#! /bin/sh# This material contains unpublished, proprietary software of# Entropic Research Laboratory, Inc. Any reproduction, distribution,# or publication of this work must be authorized in writing by Entropic# Research Laboratory, Inc., and must bear the notice:##    "Copyright (c) 1990-1991  Entropic Research Laboratory, Inc.#                   All rights reserved"## The copyright notice above does not evidence any actual or intended# publication of this source code.## @(#)eversion	1.6   10/13/97     ERL## Written by: Alan Parker# Checked by:# Revised by: Ken Nelson## Brief description: Tels what version of ESPS you are running.#if test "x$PAGER" = xthen   PAGER=moreficflag=noprevarg=for ido case $prevarg in "")   case $i in   -c)	cflag=yes	prevarg= ;;   -x)	set -x	prevarg= ;;   esac;;esacdone  cat $ESPS_BASE/version  echo   if test $cflag = yes   then    echo ESPS    $ESPS_BASE/bin/showkey 01 | grep Cust    echo    echo Waves    $ESPS_BASE/bin/showkey 02 | grep Cust  fi  exit

⌨️ 快捷键说明

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