babelfish

Translate bash scripts to fish shell syntax automatically

brewmacoslinux
Try with needOr install directly
Source

About

Translate bash scripts to fish

Commands

babelfish

Examples

Convert a bash script to fish syntax$ babelfish script.sh
Translate bash command and output to fish$ babelfish 'for i in {1..5}; do echo $i; done'
Convert bash script and save to new file$ babelfish script.sh > script.fish