GmailNotifier-New/start

24 lines
855 B
Ruby
Executable File

#!/bin/env ruby
=begin
Copyright 2018 Marvin Johanning
This file is part of GmailNotifier.
GmailNotifier is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
GmailNotifier is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GmailNotifier. If not, see <http://www.gnu.org/licenses/>.
=end
#The purpose of this file is to start the actual GmailNotifier located inside the src/ folder
load "#{File.dirname(__FILE__)}/src/gmail.rb"