git @ Cat's Eye Technologies Velo / master test.sh
master

Tree @master (Download .tar.gz)

test.sh @masterraw · history · blame

#!/bin/sh

# SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
# For more information, please refer to <https://unlicense.org/>
# SPDX-License-Identifier: Unlicense

APPLIANCES=""
if [ `which ruby`x != x ]; then
    APPLIANCES="$APPLIANCES tests/appliances/velo.rb.md"
fi
if [ `which lua`x != x ]; then
    APPLIANCES="$APPLIANCES tests/appliances/velo.lua.md"
fi
if [ "${APPLIANCES}x" = x ]; then
    echo "Neither ruby nor lua found on search path."
    exit 1
fi
falderal $APPLIANCES README.md