mirror of
https://github.com/notwa/rc
synced 2024-11-05 08:29:02 -08:00
4 lines
141 B
Bash
Executable file
4 lines
141 B
Bash
Executable file
#!/usr/bin/env bash
|
|
local now=$(date +%F_%H-%M-%S)
|
|
scrot ~/$now.png -e "optipng -quiet \$f" \
|
|
&& mv ~/$now.png ~/Dropbox/Public/screenshots/
|