diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-17 11:23:36 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-17 11:23:36 -0400 |
commit | 1b6ee427ea5a33d8e036f41438c1e4dbbd7be091 (patch) | |
tree | b740e7742a713d6061c53639610bf641ce7ad4ee /scripts/meta-cat | |
parent | 40f96046cdfcdaeb7714fa814d7ce540c972fd51 (diff) |
copyright years
Diffstat (limited to 'scripts/meta-cat')
-rwxr-xr-x | scripts/meta-cat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/meta-cat b/scripts/meta-cat index e6b9edd..8fe4111 100755 --- a/scripts/meta-cat +++ b/scripts/meta-cat @@ -1,6 +1,8 @@ #!/usr/bin/env ruby # Usage: meta-cat +# Copyright 2016 Luke Shumaker <lukeshu@sbcglobal.net>. + load "#{File.dirname(__FILE__)}/common.rb" print load_all_users.to_yaml |