Skip to content

Instantly share code, notes, and snippets.

@elissonmichael
Created January 11, 2024 19:59

Revisions

  1. elissonmichael created this gist Jan 11, 2024.
    6 changes: 6 additions & 0 deletions disable-GPP0
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    #! /bin/bash
    case $1 in
    pre)
    echo GPP0 > /proc/acpi/wakeup
    ;;
    esac