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