Posted by ugaciaka on Wed 29 Oct 16:55
report abuse | download | new post
- # attivo il risparmio energetico
- alimentazione() {
- if on_ac_power
- then
- # alimentazione da rete rete elettrica
- zsh /etc/acpi/rete.sh & >& /dev/null
- else
- # alimentazione da batteria
- zsh /etc/acpi/batteria.sh & >& /dev/null
- fi
- exit 0
- }
- alimentazione &
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.