8 lines
76 B
Bash
8 lines
76 B
Bash
#!/bin/bash
|
|
pip install hcloud
|
|
|
|
python create.py
|
|
|
|
sleep 5m
|
|
|
|
python delete.py |