Skip to content

Instantly share code, notes, and snippets.

@mwleeds
Created January 27, 2018 03:18
Show Gist options
  • Save mwleeds/48044d68af5a3f031f5148b362bdb5b4 to your computer and use it in GitHub Desktop.
Save mwleeds/48044d68af5a3f031f5148b362bdb5b4 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd
for d in /sys/class/drm/*DP*; do
tar -czf `basename $d`.tgz $d/edid $d/dpms $d/enabled $d/modes $d/status &>/dev/null
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment