diff options
Diffstat (limited to 'ghetto_json')
-rwxr-xr-x | ghetto_json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghetto_json b/ghetto_json index 8341c4e..8d9e5bd 100755 --- a/ghetto_json +++ b/ghetto_json @@ -59,3 +59,4 @@ if __name__ == '__main__': main(shlex.split(open(sys.argv[1]).read())) else: main(sys.argv[1:]) + |