dotfiles/bin/sshot-file
2023-05-14 16:02:54 +02:00

3 lines
79 B
Bash
Executable file

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