4 lines
157 B
Bash
Executable file
4 lines
157 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
"$SCRIPT_DIR/ci/capture-kotalk-desktop-screenshots.sh" "$@"
|