Files
openclaw-scripts/.venv/bin/jsonschema
2026-03-03 22:16:33 -06:00

7 lines
205 B
Python
Executable File

#!/Users/michaelmolloy/tools/openclaw-scripts/.venv/bin/python
import sys
from jsonschema.cli import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())