PHP 7.4.33
Preview: script Size: 240 B
//usr/share/bug/multipath-tools/script
#!/bin/sh

CONFIG_FILE=/etc/multipath.conf

exec >&3

if [ -e "$CONFIG_FILE" ]; then
    printf "Contents of $CONFIG_FILE:\n"
    grep  -Ev "^([[:space:]]*#|$)" $CONFIG_FILE
else
    printf "$CONFIG_FILE does not exist.\n"
fi

printf "\n"

Directory Contents

Dirs: 0 × Files: 1
Name Size Perms Modified Actions
240 B lrwxr-xr-x 2023-10-31 22:21:59
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).