aboutsummaryrefslogtreecommitdiff
path: root/scripts/resize
diff options
context:
space:
mode:
authorXe <me@christine.website>2021-11-10 12:26:25 -0500
committerGitHub <noreply@github.com>2021-11-10 12:26:25 -0500
commit48a569c8ed6486f2238dde0307e7b32dce8ef2d6 (patch)
treef573203db67b0d38a89e785d3361f843c7d029fb /scripts/resize
parent65bd9b4c20859dd5f614446bb0c593bdb9c5e780 (diff)
downloadxesite-48a569c8ed6486f2238dde0307e7b32dce8ef2d6.tar.xz
xesite-48a569c8ed6486f2238dde0307e7b32dce8ef2d6.zip
talks: add Nix and NixOS Close to Perfect talk (#411)
For PackagingCon 2021. Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'scripts/resize')
-rwxr-xr-xscripts/resize4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/resize b/scripts/resize
new file mode 100755
index 0000000..25fb0ba
--- /dev/null
+++ b/scripts/resize
@@ -0,0 +1,4 @@
+#!/usr/bin/env nix-shell
+#! nix-shell -p imagemagick -i bash
+
+mogrify -resize 800x450 $1