summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/context/ruby/mpstools.rb
blob: 6dc0c35ad0c748205a73187c6d354083bab53eab (plain)
1
2
3
4
5
# todo

puts("This program is yet unfinished, for the moment it just calls 'mptopdf'.\n\n")

system("texmfstart mptopdf #{ARGV.join(' ')}")