Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/lib/tuned/powersave/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/lib/tuned/powersave/script.sh

#!/bin/bash

. /usr/lib/tuned/functions

start() {
    [ "$USB_AUTOSUSPEND" = 1 ] && enable_usb_autosuspend
    enable_wifi_powersave
    return 0
}

stop() {
    [ "$USB_AUTOSUSPEND" = 1 ] && disable_usb_autosuspend
    disable_wifi_powersave
    return 0
}

process $@

Hacked By AnonymousFox1.0, Coded By AnonymousFox