feat: add scripts to backup/restore everything

This commit is contained in:
Stefan Imhoff
2024-08-09 14:04:59 +02:00
parent bcb6a4eaf1
commit e903a81640
10 changed files with 409 additions and 1 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 $*