mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-09-23 20:52:16 +08:00
add free.sh
This commit is contained in:
11
kindle/free.sh
Executable file
11
kindle/free.sh
Executable file
@@ -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
|
Reference in New Issue
Block a user