bluefw
来自「这是关于usb等方面的热拔插源代码」· 代码 · 共 11 行
TXT
11 行
#!/bin/sh# Make sure that there is no other bluefw already running # for this devicePS='/bin/ps -C bluefw --format args --noheaders'if $PS | grep $DEVICE > /dev/null 2>&1; then exitfiexec /sbin/bluefw usb $DEVICE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?