file executable
This commit is contained in:
parent
884377440f
commit
1471906054
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,4 +4,4 @@ news_index.php:
|
||||||
wget -q 'https://old.ondarossa.info/news_index.php' -c
|
wget -q 'https://old.ondarossa.info/news_index.php' -c
|
||||||
|
|
||||||
old.json: news_index.php readold.py
|
old.json: news_index.php readold.py
|
||||||
python readold.py $< $@
|
./readold.py $< $@
|
||||||
|
|
1
readold.py
Normal file → Executable file
1
readold.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
import sys
|
import sys
|
||||||
import json
|
import json
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
|
|
Loading…
Reference in a new issue