xsay: add support for sselp and xclip; output error message
[grml-scripts.git] / usr_bin / sepdate.rb
1 #!/usr/bin/env ruby
2 require 'date'
3 print Time.now.strftime("%a Sep #{Date.today-Date.new(1993,8,31)} %H:%M:%S %Z 1993\n")