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
18ae8a01f8
xesite
/
scripts
/
resize
6 lines
98 B
Plaintext
Executable File
Raw
Blame
History
#!/usr/bin/env nix-shell
#! nix-shell -p imagemagick -i bash
mogrify -resize 800x450 "$1" &
wait
Reference in New Issue
View Git Blame
Copy Permalink