You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env sh |
|
|
|
UNSUSPENDREASON="$1" |
|
|
|
#The UNSUSPENDREASON can be "usb power", "modem", "rtc" (real-time clock |
|
#periodic wakeup) or "button". You will likely want to check against this and |
|
#decide what to do |
|
|
|
# Add here whatever you want to do
|
|
|