dotfiles/bin/sshot-file
2023-04-16 22:58:56 +02:00

6 lines
95 B
Bash
Executable file

#!/bin/sh
exec printf \
"$@"
"screenshot-%s.${1:-png}" \
"$(date +"%Y_%m_%d-%N")"