view bin/mgren @ 60:be4d0b045487

[bash] LOGNAME instead of USER since the former is more widely available (ie. USER is not set after `sudo su -` on solaris).
author Edho Prima Arief <me@myconan.net>
date Thu, 05 May 2011 01:13:58 +0700
parents 94ee419ad047
children
line wrap: on
line source

#!/usr/bin/env ruby
TITLE_MAPS={ "otaku no musume-san" => 1 }
TITLE_REAL={ 1 => "Otaku no Musume-san" }

def get_title
  
end

ARGV.each do |file|
  next unless File.file?(file) and File.readable?(file)
end