1 2 3 4 5 6 7
#!/bin/sh if command -v bertini-parallel >/dev/null 2>&1; then bertini-parallel "$@" else bertini-serial "$@" fi