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

default: install
.PHONY: install clone list-services
install:
@apt install -y python3-requests
clone:
@python3 scripts/clone.py
list-services:
@bash scripts/services.sh