1 2 3 4 5 6 7 8
#!/bin/sh APPLIANCES="tests/appliances/exanoke.py.md" if [ -x bin/exanoke-c ]; then APPLIANCES="$APPLIANCES tests/appliances/exanoke-c.md" fi falderal $APPLIANCES README.md