6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
slurp | grim -g - $HOME/$(date +'screenshot_%Y-%m-%d-%H%M%S.png')
|
|
|
|
exit 0
|