5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/bash
|
|
|
|
source env/bin/activate
|
|
python3 remove-users-data-timemanager.py $1
|