diff options
author | Dante Catalfamo | 2024-01-07 17:40:00 -0500 |
---|---|---|
committer | Dante Catalfamo | 2024-01-07 17:40:00 -0500 |
commit | 12f44832627033ef13e549527a6b4348bd78769f (patch) | |
tree | 0d9157204970b139a30c130939b34ae4cd12488d /content/posts/converting-mod-moi-to-mp4/index.org | |
parent | 78cb0ce0a4272561604697a69e528665d3bb0894 (diff) | |
download | blog-12f44832627033ef13e549527a6b4348bd78769f.tar.gz blog-12f44832627033ef13e549527a6b4348bd78769f.tar.bz2 blog-12f44832627033ef13e549527a6b4348bd78769f.zip |
mod-moi-mp4: add mention of Ruby
Diffstat (limited to 'content/posts/converting-mod-moi-to-mp4/index.org')
-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 |