dotfiles/bin/sshot-file

7 lines
95 B
Text
Raw Normal View History

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