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