aboutsummaryrefslogtreecommitdiffstats
path: root/fish/.local/bin/fissh
blob: b5729e662710200660e1f5d534cf90dff23653e8 (plain)
1
2
#!/bin/sh
ssh "$@" -t "sh -c 'if which fish >/dev/null ; then exec fish -li; else exec \$SHELL -li; fi'"