otter-api-tests 1.2.1

Otter game system; API tests crates.
Documentation
1
2
3
4
5
#!/bin/bash
set -e
echo >&2 "$0: user@host=$1"; shift
export USER=no-such-user
eval "set -x; $*"