From aca8b8089264b911afa71b2334c8652002e003ac Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Wed, 8 Jun 2022 17:20:48 -0400 Subject: talks: add static analysis talk Signed-off-by: Xe Iaso --- scripts/resize | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3