5 lines
88 B
Bash
5 lines
88 B
Bash
|
#!/bin/bash
|
||
|
cd $(dirname $0)
|
||
|
source venv/bin/activate
|
||
|
python3 demo_mover.py config.json
|