7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
|
|
screenshot="$(tempfile --suffix=".png")"
|
|
|
|
scrot "$screenshot"
|
|
"$(dirname "$0")/to_ansi.sh" "$screenshot" 107
|