chore: add binary folder

This commit is contained in:
Stefan Imhoff
2021-11-28 11:50:49 +01:00
parent dc986765ba
commit 4c1db87af5
4 changed files with 83 additions and 0 deletions

11
bin/screenshot Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
#
# Create a set of screenshots from a URL
# Usage: screenshot <url>
if [ $# -lt 1 ]; then
echo 1>&2 Usage: screenshot \<url\> \(parameters\)
exit 127
fi
pageres 375x667 768x1024 1280x800 $*