Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /proc/self/root/usr/share/zsh/site-functions/
Dosya Yükle :
Şuanki Dosya : //proc/self/root/usr/share/zsh/site-functions/_sd_machines

#autoload
# SPDX-License-Identifier: LGPL-2.1-or-later

(( $+functions[__sd_machines_get_machines] )) ||
    __sd_machines_get_machines () {

    { machinectl list --full --max-addresses=0 --no-legend --no-pager 2>/dev/null; echo ".host"; } | \
	{ while read a b; do echo "$a"; done; } | \
        sort -u
    }

local -a _machines
_machines=("${(fo)$(__sd_machines_get_machines)}")
typeset -U _machines
if [[ -n "$_machines" ]]; then
    _describe 'machines' _machines
else
    _message 'no machines'
fi

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4