/LEDA-AUTO-SEND

Script que realiza o primeiro envio de LEDA automaticamente. (Baixa, extrai, exclui, substitui strings e envia)

Primary LanguageShell

LEDA-AUTO-SEND Instructions

Documentation

Download

To download LEDA-AUTO-SEND, open the terminal and paste one of these codes below and NEVER move any file from/to LEDA-AUTO-SEND.

cd && git clone https://github.com/gustavolbs/LEDA-AUTO-SEND.git

or

cd && wget -cO - https://github.com/gustavolbs/LEDA-AUTO-SEND/archive/master.zip > LEDA-AUTO-SEND.zip && unzip LEDA-AUTO-SEND.zip && mv LEDA-AUTO-SEND-master LEDA-AUTO-SEND && rm LEDA-AUTO-SEND.zip

Installing

To install LEDA-AUTO-SEND, use the following commands and NEVER move any file from/to LEDA-AUTO-SEND.

cd && ./LEDA-AUTO-SEND/bin/install.sh

Uninstalling

To uninstall LEDA-AUTO-SEND, use the following commands and NEVER move any file from/to LEDA-AUTO-SEND.

cd && ./.local/etc/LEDA-AUTO-SEND/bin/uninstall.sh 

Updating

To update LEDA-AUTO-SEND to the lastest version, use the following commands and NEVER move any file from/to LEDA-AUTO-SEND.

leda -u

Using

To use LEDA-AUTO-SEND, make sure you are in your maven project, just run the leda command on the terminal and then perform the actions you want to.

MADE BY @gustavolbs