6 lines
71 B
Bash
6 lines
71 B
Bash
#!/bin/bash
|
|
|
|
unzip smart-grid-stability.zip
|
|
|
|
python3 create_dataset.py
|