python-mastery/readrides_data.sh
2023-10-02 16:28:35 -05:00

6 lines
112 B
Bash
Executable File

#!/bin/bash
for method in tuple dict namedtuple class slots dataclass; do
python readrides.py $method
done