4 lines
51 B
Bash
4 lines
51 B
Bash
|
#!/bin/bash
|
||
|
pip3 install hcloud
|
||
|
|
||
|
python3 chmurki.py
|