Heray-Was-Here
Server : Apache
System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User : jasonp18 ( 1000)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /usr/share/zsh/5.0.2/functions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/zsh/5.0.2/functions/_wakeup_capable_devices
#autoload

local ret=1 item devline expl
typeset -a desc

_call_program wakeup-capable-devices acpitool -w 2> /dev/null |
while read devline; do
  [[ -n ${devline:#(#b)([0-9]#).[[:space:]]#([^[:space:]]#)[[:space:]]#[0-9]#[[:space:]]#(*)} ]] && continue
  zformat -f item "${match[1]}:%8d (currently ${match[3]})" d:${match[2]}
  desc+=$item
done

_describe -t wakeup-capable-devices 'wakeup capable device' desc "$@" && ret=0

return ret

Hry