-
Elixir Official docs: http://elixir-lang.org/
-
Elixir School(doc complementar): https://elixirschool.com/pt
-
Elixir telegram group: https://telegram.me/elixirbr
This file contains hidden or 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 | |
USER_NAME=$(who | grep tty$(sudo fgconsole) | cut -f1 -d' ') | |
USER_ID=$(id -u "$USER_NAME") | |
HDMI_STATUS=$(</sys/class/drm/card0/*HDMI*/status) | |
HDMI_CARD="pci-0000_00_03.0" | |
HDMI_PROFILE="hdmi-stereo-extra1" | |
INTERNAL_CARD="pci-0000_00_1b.0" |