#!/bin/sh
chmod +x /opt/sticky-notes/sticky-notes
echo "Sticky Notes install done"
echo "Launching Sticky Notes in the background..."
start --quiet sticky-notes > /dev/null
echo "All good, feel free to create your own sticky notes!"