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 ""
|
||||
|
||||
run:
|
||||
@ chmod +x $(TOOLS)/run
|
||||
@ $(TOOLS)/run
|
||||
|
||||
kill:
|
||||
@ chmod +x $(TOOLS)/kill
|
||||
@ $(TOOLS)/kill
|
||||
|
||||
status:
|
||||
@ chmod +x $(TOOLS)/status
|
||||
@ $(TOOLS)/status
|
||||
|
||||
monitor:
|
||||
@ chmod +x $(TOOLS)/monitor
|
||||
@ $(TOOLS)/monitor
|
||||
|
||||
errors:
|
||||
@ chmod +x $(TOOLS)/check_errors
|
||||
@ $(TOOLS)/check_errors
|
||||
|
|
Ładowanie…
Reference in New Issue