#! /usr/bin/env ruby
require 'terminal-notifier'
TerminalNotifier.notify('Task finished successfully!', title: 'Ruby Script', subtitle: 'Done')
