stellarpower / fish-portable

Building portable fish shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The docker containers to build portable fish. Originally created for xxh project.

Building

musl

./build-fish-portable-musl-alpine.sh

Example

mkdir /tmp/fish && cd /tmp/fish
wget https://github.com/xxh/fish-portable/raw/master/result/fish-portable-musl-alpine-Linux-x86_64.tar.gz
tar -xzf fish-portable-musl-alpine-Linux-x86_64.tar.gz
./fish.sh

About

Building portable fish shell

License:BSD 2-Clause "Simplified" License


Languages

Language:Dockerfile 76.9%Language:Shell 23.1%