5 lines
87 B
Bash
Executable file
5 lines
87 B
Bash
Executable file
#!/bin/env sh
|
|
|
|
if ! pidof slurp; then
|
|
GRIMBLAST_HIDE_CURSOR=0 grimblast copy area
|
|
fi
|