5 lines
60 B
Bash
Executable file
5 lines
60 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PATH=$(dirname "$0")
|
|
cd "$PATH"
|
|
./toggle_adb.elf
|