mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-13 15:42:20 +00:00
Add QRscan support to chinamobile-hdc-51-a6-v11
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
qrscan.sh >/dev/null 2>&1 &
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user