1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/local/bin/sshot-file

6 lines
86 B
Text
Raw Normal View History

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