5 lines
122 B
Bash
Executable file
5 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
|
|
num=$(date +%m.%d.%y.%T)
|
|
imlib2_grab ~/Pictures/Screenshots/${num}.jpg
|
|
notify-send "Screenshot ${num} saved"
|