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.
- Host: GitHub
- URL: https://github.com/wtdcode/fish-shell-openwrt
- Owner: wtdcode
- License: mit
- Created: 2018-10-28T08:26:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T04:03:39.000Z (over 6 years ago)
- Last Synced: 2025-01-25T05:41:17.443Z (4 months ago)
- Language: Shell
- Size: 5.63 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```