kopia lustrzana https://github.com/J-Rios/TLG_JoinCaptchaBot
Makefile setup scripts permission
rodzic
09f33e6919
commit
7f9c74e2ee
5
Makefile
5
Makefile
|
@ -15,16 +15,21 @@ help:
|
||||||
@ echo ""
|
@ echo ""
|
||||||
|
|
||||||
run:
|
run:
|
||||||
|
@ chmod +x $(TOOLS)/run
|
||||||
@ $(TOOLS)/run
|
@ $(TOOLS)/run
|
||||||
|
|
||||||
kill:
|
kill:
|
||||||
|
@ chmod +x $(TOOLS)/kill
|
||||||
@ $(TOOLS)/kill
|
@ $(TOOLS)/kill
|
||||||
|
|
||||||
status:
|
status:
|
||||||
|
@ chmod +x $(TOOLS)/status
|
||||||
@ $(TOOLS)/status
|
@ $(TOOLS)/status
|
||||||
|
|
||||||
monitor:
|
monitor:
|
||||||
|
@ chmod +x $(TOOLS)/monitor
|
||||||
@ $(TOOLS)/monitor
|
@ $(TOOLS)/monitor
|
||||||
|
|
||||||
errors:
|
errors:
|
||||||
|
@ chmod +x $(TOOLS)/check_errors
|
||||||
@ $(TOOLS)/check_errors
|
@ $(TOOLS)/check_errors
|
||||||
|
|
Ładowanie…
Reference in New Issue