5 lines
65 B
Bash
Executable file
5 lines
65 B
Bash
Executable file
#!/bin/bash
|
|
|
|
SHOT=$(i3-screenshot -s)
|
|
chmod o+r $SHOT
|
|
drop $SHOT
|