⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fix_wavepro.sh

📁 speech signal process tools
💻 SH
字号:
#!/bin/sh## This script assumes that save_state.WC has run.  If there's a current# ~/.wave_pro, we move it to ~/.wave_pro_save provided that the latter # doesn't exist already.  We then construct a new .wave_pro that puts# waves into the state it was when the save_state.WC ran.  This is # accomplished by having the globals go into .wave_pro, and having # a new init_file that runs the three command files left by # save_state.WC (one each for addops, menus, and panels).  # # @(#)fix_wavepro.sh	1.5 9/9/93#set -xcust_init=`get_esps_base`/lib/waves/commands/cust_xw_init.WC#for testing:#cust_init=cust_xw_init.WCcp $cust_init $HOME/.xw_init.WCif test -f $HOME/.wave_pro then    if test ! -f $HOME/.wave_pro_save     then       mv $HOME/.wave_pro $HOME/.wave_pro_save   fifiegrep -v "commandname|init_file" $HOME/.wave_pro_new > $HOME/.wave_proecho "init_file $HOME/.xw_init.WC" >> $HOME/.wave_prorm -f $HOME/.wave_pro_new

⌨️ 快捷键说明

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