diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2010-09-28 01:40:21 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2010-09-28 01:40:21 -0700 |
commit | 48d0fd96aaec9dc156523be26148c4e8f261cd39 (patch) | |
tree | 119e947eb2df8660458eee10cc4315f07d330e60 /lognotify.rb | |
parent | a73f9f83ccd4fc6be87753f689ddb01e2788c42d (diff) | |
download | lognotify-48d0fd96aaec9dc156523be26148c4e8f261cd39.tar.gz lognotify-48d0fd96aaec9dc156523be26148c4e8f261cd39.tar.xz |
Add skeleton Ruby script to replace shell script.
Diffstat (limited to 'lognotify.rb')
-rw-r--r-- | lognotify.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lognotify.rb b/lognotify.rb new file mode 100644 index 0000000..cc2a975 --- /dev/null +++ b/lognotify.rb @@ -0,0 +1,8 @@ +#!/usr/bin/env ruby +# +# lognotify.rb +# http://github.com/omp/lognotify +# +# Copyright 2010 David Vazgenovich Shakaryan <dvshakaryan@gmail.com> +# Distributed under the terms of the GNU General Public License v3. +# See http://www.gnu.org/licenses/gpl.txt for the full license text. |