PHP 8.2.30
Preview: web.sh Size: 1.05 KB
/proc/thread-self/root/proc/thread-self/root/usr/libexec/mc/ext.d/web.sh

#!/bin/sh

# $1 - action
# $2 - type of file

action=$1
filetype=$2

[ -n "${MC_XDG_OPEN}" ] || MC_XDG_OPEN="xdg-open"

do_view_action() {
    filetype=$1

    case "${filetype}" in
    html)
        links -dump "${MC_EXT_FILENAME}" 2>/dev/null || \
            w3m -dump "${MC_EXT_FILENAME}" 2>/dev/null || \
            lynx -dump -force_html "${MC_EXT_FILENAME}"
        ;;
    *)
        ;;
    esac
}

do_open_action() {
    filetype=$1

    case "${filetype}" in
    html)
        (if [ -n "" -a  -n "$DISPLAY" ]; then
            ( file://"${MC_EXT_CURRENTDIR}"/"${MC_EXT_BASENAME}" &) 1>&2
        else
            elinks "${MC_EXT_FILENAME}" || \
                links "${MC_EXT_FILENAME}" || \
                lynx -force_html "${MC_EXT_FILENAME}" || \
                ${PAGER:-more} "${MC_EXT_FILENAME}"
        fi) 2>/dev/null
        ;;
    *)
        ;;
    esac
}

case "${action}" in
view)
    do_view_action "${filetype}"
    ;;
open)
    ("${MC_XDG_OPEN}" "${MC_EXT_FILENAME}" >/dev/null 2>&1) || \
        do_open_action "${filetype}"
    ;;
*)
    ;;
esac

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
3.64 KB lrwxr-xr-x 2017-02-24 20:25:57
Edit Download
4.93 KB lrwxr-xr-x 2019-10-18 20:37:55
Edit Download
1.10 KB lrwxr-xr-x 2017-02-24 20:25:57
Edit Download
2.01 KB lrwxr-xr-x 2019-10-18 20:37:55
Edit Download
1.09 KB lrwxr-xr-x 2017-02-24 20:25:57
Edit Download
1.87 KB lrwxr-xr-x 2017-02-24 20:25:57
Edit Download
3.24 KB lrwxr-xr-x 2019-10-18 20:37:55
Edit Download
973 B lrwxr-xr-x 2017-02-24 20:25:57
Edit Download
1.05 KB lrwxr-xr-x 2019-10-18 20:37:55
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).