mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 13:19:23 +00:00
6 lines
82 B
Bash
Executable file
6 lines
82 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
. "$(dirname "$0")/test-helper.inc.sh"
|
|
|
|
cleanup "$1"
|