wm-ng: make sure fluxbox is present, otherwise fall back to x-window-manager or error...
[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")