You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.
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.