1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/local/bin/sshot-file
Hippolyte Chauvin c1c1d8adbd Scripts
2023-04-13 00:04:20 +02:00

5 lines
86 B
Bash
Executable file

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