Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

6 lines
109 B
Bash
Executable File

#! /bin/sh
#
# Returns success if we have JIT support available.
test $(spicy-config --jit-support) = "yes"