3 lines
86 B
Bash
3 lines
86 B
Bash
|
#!/bin/bash
|
||
|
source venv/bin/activate
|
||
|
python3 clean.py <HETZNER_TOKEN> <SSH_PUBLIC_KEY>
|