8000 GitHub - xxh/fish-portable: Building portable fish shell
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Building portable fish shell

License

Notifications You must be signed in to change notification settings

xxh/fish-portable

Repository files navigation

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
0