Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
lib
/
pm-utils
/
sleep.d
/
Upload File :
New :
File
Dir
//usr/lib/pm-utils/sleep.d/00clear
#!/bin/bash . /usr/lib/pm-utils/functions RETVAL=0 case "$1" in hibernate|suspend) TERM=linux openvt -w -s -f -c 63 -- clear >/dev/null 2>&1 RETVAL=$? ;; *) ;; esac exit $RETVAL