forked from ahurac/dotfiles
6 lines
86 B
Text
6 lines
86 B
Text
|
#!/bin/sh
|
||
|
exec printf \
|
||
|
"screenshot-%s.${1:-png}" \
|
||
|
"$(date +"%Y_%m_%d-%N")"
|
||
|
|