#!/usr/bin/env fish if command -v clip.exe > /dev/null clip.exe <&0 else command xclip $argv end