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