diff --git a/Makefile b/Makefile index e69de29..3e51841 100644 --- a/Makefile +++ b/Makefile @@ -0,0 +1,9 @@ +up: + bash something.sh + +down: + bash something.sh + +clean: + bash something.sh +