commit 4f3d7803e3171e98f3163b29a71fc6a6c51bcb63 parent 426619cfcfa3a09a54f47950d6177ad9477f7c85 Author: Matt Demanett <matt@demanett.net> Date: Sun, 24 Dec 2017 15:16:36 -0600 Handy utility. Diffstat:
A | scripts/mm2px.rb | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/scripts/mm2px.rb b/scripts/mm2px.rb @@ -0,0 +1,3 @@ +#!/usr/bin/ruby + +puts((ARGV.first || '0').to_f * (75 / 25.4))