-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
We need a shell script that will:
- Download the latest release of firefly_cli from github
- Extract the binary from the archive.
- Find a writable directory in
$PATH
. Iffirefly_cli
is already installed, prefer using the same directory. - If there is no such directory, create one and add it into PATH through
~/.bashrc
or~/.zshrc
- Move the binary into the directory
chmod +x
the binary- Create
ff
alias.
Must work on Linux and OS X. Windows support can be added later.
Prefer sh script. A Python script is also an option but not that portable.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers