#!/bin/sh
chmod +x /opt/sticky-notes/sticky-notes
echo "Sticky Notes install done"
echo "Starting Sticky Notes..."
start --quiet sticky-notes
echo "All good, feel free to create your own sticky notes!"