Hello nurse
This commit is contained in:
6
.venv/bin/jsonschema
Executable file
6
.venv/bin/jsonschema
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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())
|
||||
Reference in New Issue
Block a user