quicktype/script/quickesttype

10 строки
182 B
Bash
Executable File

#!/bin/bash
# This runs quicktype, without building.
#
# In practice this runs an order of magnitude faster.
SCRIPTDIR=$(dirname "$0")
SKIP_BUILD=true "$SCRIPTDIR/quicktype" "$@"