dotfiles/bin/sshot-file
2023-04-13 00:25:00 +02:00

5 lines
86 B
Bash
Executable file

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