Add formatting script
authorJean THOMAS <git0@pub.jeanthomas.me>
Tue, 9 Jun 2020 09:49:14 +0000 (11:49 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Tue, 9 Jun 2020 09:49:14 +0000 (11:49 +0200)
contrib/format [new file with mode: 0755]

diff --git a/contrib/format b/contrib/format
new file mode 100755 (executable)
index 0000000..3e31c1e
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+autopep8 --in-place --recursive gram
+autopep8 --in-place --recursive examples