5 lines
57 B
Bash
5 lines
57 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
scrot -o -s "/tmp/shot.png"
|
||
|
eog /tmp/shot.png
|