Have dotify-action attempt to execute actions

This commit is contained in:
2013-10-21 01:02:05 +01:00
parent b4b22d9bf2
commit 27f163e9fe

View File

@@ -3,5 +3,9 @@ dotify-action() {
local source="$2"
local target="$3"
echo "${action}: $source -> $target"
if [ "$action" == "default" ]; then
action="$DOTIFY_OPT_DEFAULT_ACTION"
fi
dotify-action-${action} "$source" "$target"
}