This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
gardening/Makefile

13 lines
176 B
Makefile
Raw Normal View History

2020-10-27 07:38:27 +00:00
default: install
2020-11-02 17:32:32 +00:00
.PHONY: install clone list-services
2020-10-27 07:38:27 +00:00
install:
2020-11-02 17:32:32 +00:00
@apt install -y python3-requests
clone:
@python3 scripts/clone.py
list-services:
@bash scripts/services.sh