/
usr
/
share
/
bug
/
multipath-tools
/
/usr/share/bug/multipath-tools
mkdir
upload
Name
Size
Mode
Actions
script
240
0755
edit
dl
rm
Edit:
/usr/share/bug/multipath-tools/script
(240B)
#!/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"
Save
cmd:
run