This website requires JavaScript.
Explore
Help
Sign In
cadey
/
xesite
Watch
1
Star
0
Fork
You've already forked xesite
1
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
b32f5a25af
xesite
/
scripts
/
resize
6 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
talks: add Nix and NixOS Close to Perfect talk (#411) For PackagingCon 2021. Signed-off-by: Xe <me@christine.website>
2021-11-10 17:26:25 +00:00
#!/usr/bin/env nix-shell
#! nix-shell -p imagemagick -i bash
talks: add static analysis talk Signed-off-by: Xe Iaso <me@christine.website>
2022-06-08 21:20:48 +00:00
mogrify -resize 800x450 "$1" &
wait