file executable

This commit is contained in:
boyska 2016-08-23 10:06:09 +02:00
parent 884377440f
commit 1471906054
2 changed files with 2 additions and 1 deletions

View file

@ -4,4 +4,4 @@ news_index.php:
wget -q 'https://old.ondarossa.info/news_index.php' -c
old.json: news_index.php readold.py
python readold.py $< $@
./readold.py $< $@

1
readold.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import sys
import json
from pprint import pprint