wok-next diff pcmanfm/stuff/gvfs-mount-archive.sh @ rev 20358

Update libunwind, strace; pcmanfm-qt: update dependencies; shrink icu (less 2MB comparing to the *-full version); add awf.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 22 21:52:02 2017 +0200 (2017-11-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pcmanfm/stuff/gvfs-mount-archive.sh	Wed Nov 22 21:52:02 2017 +0200
     1.3 @@ -0,0 +1,4 @@
     1.4 +#!/bin/sh
     1.5 +# gvfs-mount-archive: simple wrapper for PCManFM action "Mount archive"
     1.6 +
     1.7 +gvfs-mount "archive://$(echo "$1" | sed 's|:|%3A|g;s|/|%2F|g')"