mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
6 lines
90 B
Bash
Executable file
6 lines
90 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
. "$(dirname "$0")/test-helper.inc.sh"
|
|
|
|
setup "$1" "$2" "$3"
|