dotfiles/bin/sshot-file

4 lines
79 B
Text
Raw Normal View History

2023-04-13 00:04:20 +02:00
#!/bin/sh
2023-05-14 16:02:54 +02:00
exec printf "$@" "screenshot-%s.${1:-png}" "$(date +"%Y_%m_%d-%N")"
2023-04-13 00:04:20 +02:00