Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Custom commands

Marcel Kloubert edited this page Jul 4, 2019 · 1 revision

Custom commands

To implement a command, lets say my-command, create a my-command.sh (my-command.cmd on Windows) file inside the .ego subfolder of your home directory, give it enough rights to be executed and fill it with the code, you would like to execute.

To execute the new command, simply run

ego my-command ARG1 ARG2

All additional arguments, after my-command, will be passed to the shell / batch script.

Clone this wiki locally