summaryrefslogtreecommitdiff
path: root/scripts/context/ruby/mpstools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/context/ruby/mpstools.rb')
-rw-r--r--scripts/context/ruby/mpstools.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/context/ruby/mpstools.rb b/scripts/context/ruby/mpstools.rb
new file mode 100644
index 000000000..534bfb95b
--- /dev/null
+++ b/scripts/context/ruby/mpstools.rb
@@ -0,0 +1,7 @@
+# todo
+#
+# this script will replace mptopdf and makempy
+
+puts("This program is yet unfinished, for the moment it just calls 'mptopdf'.\n\n")
+
+system("texmfstart mptopdf #{ARGV.join(' ')}")