An open API service indexing awesome lists of open source software.

https://github.com/wtdcode/fish-shell-openwrt

Crosscompiled fish shell for OpenWrt.
https://github.com/wtdcode/fish-shell-openwrt

Last synced: 2 months ago
JSON representation

Crosscompiled fish shell for OpenWrt.

Awesome Lists containing this project

README

        

# fish-shell-Openwrt

Crosscompiled fish shell for OpenWrt.

All binary is from the fish-2.7.1 tarball and statically linked.

## Usage

```
# In OpenWrt
cp -r /bin /
cp -r /etc /
cp -r /share /
ln -s /usr/share/terminfo ~/.terminfo
fish
```