wwan-chat.sh

来自「linux系统下3G模块USB串口驱动程序源代码」· Shell 代码 · 共 14 行

SH
14
字号
#!/bin/sh# call the preparation chat script (with pin and if this fails without pin)# Enable debug messages to syslog with -v instead -V/usr/sbin/chat -v -f /etc/chatscripts/enterpin/usr/sbin/chat -v -f /etc/chatscripts/$1-prep# wait to switch between GPRS/UMTS, if needed add here the delay time#sleep 20# the final chat script:# Enable debug messages to syslog with -v instead -V/usr/sbin/chat -v -f /etc/chatscripts/goonline

⌨️ 快捷键说明

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