#!/usr/bin/elvish var selection = $args[0] var file = $args[1] xclip -i -selection $selection < $file