7 lines
187 B
Bash
Executable File
7 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
# Copyright 2022 Sxmo Contributors
|
|
# title="$icon_cam Screenshot (selection)"
|
|
dir="$(dirname "$0")"
|
|
"$dir/sxmo_screenshot.sh" selection
|