aboutsummaryrefslogtreecommitdiff
path: root/scripts/resize
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/resize')
-rwxr-xr-xscripts/resize3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/resize b/scripts/resize
index 25fb0ba..552d9ae 100755
--- a/scripts/resize
+++ b/scripts/resize
@@ -1,4 +1,5 @@
#!/usr/bin/env nix-shell
#! nix-shell -p imagemagick -i bash
-mogrify -resize 800x450 $1
+mogrify -resize 800x450 "$1" &
+wait