default_wpro.sh

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

SH
17
字号
#!/bin/sh# If there's a current ~/.wave_pro, we move it to ~/.wave_pro_save provided # that the latter doesn't exist already.  We then copy the system .wave_pro. # # @(#)default_wpro.sh	1.2 6/29/93if test -f $HOME/.wave_pro then    if test -f $HOME/.wave_pro_save     then       mv $HOME/.wave_pro $HOME/.wave_pro_save   fificp `get_esps_base`/lib/waves/.wave_pro $HOME/.wave_pro

⌨️ 快捷键说明

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