Commit Graph

10 Commits

Author SHA1 Message Date
d7f04aa258 Add thumbnails script 2022-08-08 16:45:08 +02:00
7813884bb7 Add replace-listings 2022-08-08 16:29:06 +02:00
4a476b45d9 Reorder scripts 2022-08-08 16:21:44 +02:00
ca221cbc27 Add heif-to-jpeg 2022-08-08 12:04:57 +02:00
94755febc2 Add files-to-lowercase.sh 2022-08-08 12:00:08 +02:00
61ebe01a4f Use writeShellScriptBin for inline scripts
Since those scripts aren't read from a script file they don't contain a shebang
so I can use writeShellScriptBin without a problem.
2022-08-08 11:57:47 +02:00
47e345b5f3 Add files-to-lowercase 2022-08-08 11:44:19 +02:00
eb93c9137a Add the compress-pdf script 2022-08-08 11:44:00 +02:00
05185aa8d7 Use writeScriptBin
Other than writeShellScriptBin writeScriptBin doesn't replace the Shebang.
I probably have to rewrite this at some point but for the moment it's easier
this way.
2022-08-08 11:41:26 +02:00
a9a0b5bb94 replace int with string for env variable 2022-08-07 15:52:51 +02:00