mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 13:34:18 +02:00
Add doc to screenshot script.
This commit is contained in:
parent
956065b0a6
commit
6b1c50ad27
1 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,14 @@
|
|||
#!/bin/bash
|
||||
# Copyright 2023, project-repo, sodface and the cagebreak contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# Execute this script if you want to take a screenshot.
|
||||
# Please supply your chosen cropping/editing tool as a
|
||||
# command-line argument. The filepath to the temporary
|
||||
# file will be given as an argument to your command.
|
||||
#
|
||||
# Example:
|
||||
# screenshot_script "gwenview"
|
||||
|
||||
source "$(dirname "${BASH_SOURCE[0]}")/cb_script_header.sh"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue