add free.sh
This commit is contained in:
parent
68b33b85a5
commit
23bd5f492c
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo $(date)
|
||||
|
||||
PWD="$(dirname $0)"
|
||||
|
||||
echo "$PWD"
|
||||
|
||||
cd "$PWD" || exit 1
|
||||
|
||||
PYTHONIOENCODING=utf-8:surrogateescape venv/bin/python free_book.py
|
Loading…
Reference in New Issue