From 7c2227a1972a4add4b5c118e4914c086513d0382 Mon Sep 17 00:00:00 2001 From: Cebtenzzre Date: Wed, 23 Aug 2023 10:29:09 -0400 Subject: chmod : make scripts executable (#2675) --- examples/json-schema-to-grammar.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 examples/json-schema-to-grammar.py (limited to 'examples/json-schema-to-grammar.py') diff --git a/examples/json-schema-to-grammar.py b/examples/json-schema-to-grammar.py old mode 100644 new mode 100755 index 2dccc118..2a4cb65b --- a/examples/json-schema-to-grammar.py +++ b/examples/json-schema-to-grammar.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import argparse import json import re -- cgit v1.2.3