📄 nvurecord.sh
字号:
#!/bin/sh# $1 = kill signal# $2 = window title# $3 = program name# $4 = extra args (e.g., channel)#set -xmenu_file=.wvtmp$$.WMcomm_file=.wvtmp$$.WCspeech_file=sp\$\$.sdsignal=$1shifttitle=$1shiftprogram=$1echo " \"Start Recording\" shell $* -P -s100 -S $speech_file & echo \$! > w_record_pid" > $menu_fileecho "\"Stop Recording\" shell kill -$signal \`cat w_record_pid\`; rm w_record_pid" >> $menu_fileecho "enable_server" > $comm_fileecho "make_panel name $program file $menu_file icon_title $program title \"$title\" " >> $comm_fileecho "shell rm -f $menu_file $comm_file" >> $comm_filesend_xwaves @$comm_file# @(#)nvurecord.sh 1.4 7/6/93 ERL
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -