5 lines
130 B
Bash
Executable file
5 lines
130 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# https://unix.stackexchange.com/a/523805
|
|
|
|
grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:-
|