Skip to content

Instantly share code, notes, and snippets.

@svicknesh
Created September 21, 2017 01:30
Show Gist options
  • Save svicknesh/f5773de50ac20a47cd7bc42bc015503f to your computer and use it in GitHub Desktop.
Save svicknesh/f5773de50ac20a47cd7bc42bc015503f to your computer and use it in GitHub Desktop.
#!/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