#!/usr/bin/env bash

if [ "$TUPLE_TRIGGER_IS_SELF" = "false" ]; then
    exit 0
fi

defaults write com.apple.finder CreateDesktop -bool true && killall Finder
