#!/bin/sh
[ -x /usr/bin/kfmclient ] && [ "f$1" != "f" ] && /usr/bin/kfmclient openURL "file:$1"
