?? default_wpro.sh
字號(hào):
#!/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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -