#!/bin/sh # Part of myautomount project test -z "${UID}" && export UID="$( $( which id ) -u "${USER}" )" . ${MYA_PREFIX}/etc/myautomount.conf MYA_USER_CFG="${XDG_CONFIG_HOME:-${HOME}/.config}/myautomount.conf" test -r "${MYA_USER_CFG}" && . "${MYA_USER_CFG}" ${MYA_PREFIX}/usr/libexec/myautomount/myautomount-trayicon.py