5 lines
114 B
Bash
Executable file
5 lines
114 B
Bash
Executable file
#!/usr/bin/sh
|
|
IFS=""
|
|
file="$HOME/Screenshots/$(date '+%Y-%m-%d-%H-%M-%S.png')"
|
|
echo $file
|
|
slurp | grim -g - $file
|