5 lines
71 B
Bash
5 lines
71 B
Bash
|
#!/bin/bash
|
||
|
pip install hcloud
|
||
|
|
||
|
python3 clean.py
|
||
|
python3 gitea_build.py
|