5 lines
67 B
Bash
5 lines
67 B
Bash
#!/bin/bash
|
|
|
|
source env/bin/activate
|
|
python3 csv-to-timemanager.py
|
#!/bin/bash
|
|
|
|
source env/bin/activate
|
|
python3 csv-to-timemanager.py
|