This runs the ETC3000 passcode generator
for the commissioning code password.
This commit is contained in:
parent
373c75216b
commit
d5ca0b2a18
12
run_code_6.sh
Executable file
12
run_code_6.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
# /run/user/1000/gvfs/smb-share:server=192.168.0.4,share=data/Product/Legacy Products/ETC3000
|
||||
#
|
||||
#
|
||||
|
||||
for i in $(seq 0 100 65536)
|
||||
do
|
||||
printf "%5d : " "$i"
|
||||
wine CODE_6 "$i" 2>/dev/null | grep -v er
|
||||
done
|
||||
Loading…
Reference in New Issue
Block a user