4 lines
31 B
Bash
4 lines
31 B
Bash
|
#!/bin/bash
|
||
|
scrot -s -f -o $1
|
||
|
|