X-Git-Url: http://git.steven-mcdonald.id.au/?p=aids.git;a=blobdiff_plain;f=bin%2Faids;h=d5869f788394a983907bb7cb4374f551d98d18ef;hp=34444b36de643ad17ad8d5fb40aded053da551ba;hb=4eff9f266269e6d82fe7aad9052fe96fde8e0651;hpb=22a04aa1f77d43c9529bf7f95602e54d431888fa diff --git a/bin/aids b/bin/aids index 34444b3..d5869f7 100755 --- a/bin/aids +++ b/bin/aids @@ -1,5 +1,7 @@ #!/usr/bin/ruby1.8 +# Copyright (C) 2012 Steven McDonald +# # This program is free software. It comes without any warranty, to the # extent permitted by applicable law. You can redistribute it and/or # modify it under the terms of the Do What The Fuck You Want To Public @@ -8,7 +10,7 @@ # # http://sam.zoy.org/wtfpl/COPYING -require 'lib/aids' +require 'aids' def main(argv) svc = AIDS::Service.new(argv[1]) if argv[1]