This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Use 046D/C900 for older models | |
model="046D/C901" | |
# Change to your own path | |
hidapitester="/usr/local/bin/hidapitester" | |
beam="046D/C901" | |
glow="046D/C900" | |
if [[ ! -f ~/litratoggle ]]; then |