Created
September 21, 2017 01:30
-
-
Save svicknesh/f5773de50ac20a47cd7bc42bc015503f to your computer and use it in GitHub Desktop.
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 | |
# Set the Pi Zero ACT LED trigger to 'none'. | |
echo none | sudo tee /sys/class/leds/led0/trigger | |
# Turn off the Pi Zero ACT LED. | |
echo 1 | sudo tee /sys/class/leds/led0/brightness |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment