4 lines
64 B
Bash
4 lines
64 B
Bash
#!/bin/bash
|
|
echo "Running Python example..."
|
|
python3 scraper.py
|
#!/bin/bash
|
|
echo "Running Python example..."
|
|
python3 scraper.py
|