diff options
-rw-r--r-- | content/posts/converting-mod-moi-to-mp4/index.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/converting-mod-moi-to-mp4/index.org b/content/posts/converting-mod-moi-to-mp4/index.org index 5790fbe..11c847a 100644 --- a/content/posts/converting-mod-moi-to-mp4/index.org +++ b/content/posts/converting-mod-moi-to-mp4/index.org @@ -125,7 +125,7 @@ we can modify its last modified and last accessed timestamps using Now we just need to write a small script to automate this process and we should be good to go! -This is what I came up with. +This is what I came up with using [[https://www.ruby-lang.org/en/][Ruby]]. #+begin_src ruby #!/usr/bin/env ruby |