4 lines
62 B
Bash
4 lines
62 B
Bash
|
|
#!/bin/bash
|
||
|
|
source venv/bin/activate
|
||
|
|
python synthetic-data.py
|