#!/bin/sh

#only call if script is there
command -v /home/aiden/sync-config.sh >/dev/null || exit 0

exec /home/aiden/sync-config.sh
