12 lines
218 B
Markdown
12 lines
218 B
Markdown
|
#simple demo file mover by jenz
|
||
|
|
||
|
##virtualenv venv
|
||
|
|
||
|
##source venv/bin/activate
|
||
|
|
||
|
##pip3 install -r requirements.txt
|
||
|
|
||
|
##config file: server specifics
|
||
|
|
||
|
##nohup screen -d -m -S demo_mover python3 demo_mover.py config.json
|