7 lines
74 B
Bash
Executable File
7 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
./utils/ansi-screenshots/ansi_screenshot.sh
|
|
scrot "$1"
|