4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
python3 -u -c "import utils; print(utils.parse_file('$1'))" | sed 's/\$PREV_URL\$/"{prev}"/'
|