-
Notifications
You must be signed in to change notification settings - Fork 2
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_cliis already installed, prefer using the same directory. - If there is no such directory, create one and add it into PATH through
~/.bashrcor~/.zshrc - Move the binary into the directory
chmod +xthe binary- Create
ffalias.
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